#48ebb2

Color #48EBB2 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #48EBB2

Tints of Turquoise #48EBB2

Color information

#48EBB2 (or 0x48EBB2) is unknown color: approx Turquoise. HEX triplet: 48, EB and B2. RGB value is (72,235,178). Sum of RGB (Red+Green+Blue) = 72+235+178=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #48EBB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EBB2 is #B7144D. Grayscale: #B3B3B3. Windows color (decimal): -11998286 or 11725640. OLE color: 11725640.

HSL color Cylindrical-coordinate representation of color #48EBB2: hue angle of 159.02º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EBB2 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB72235178-
CMYK0.6900.240.08
HSL159.02º80.3%60.2%-
HSV(B)159.02º69.36%92.16%-
XYZ40.4264.0152.34-
YUV179.7612751.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 14.85%
GREEN value IS 235 (92.19% from 255) = 48.45%
BLUE value IS 178 (69.92% from 255) = 36.70%
R=14.85%
G=48.45%
B=36.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal722351780.6900.240.08159.0280.360.2
Hex48EBB24501889f503c
Octal1103532621050301023712074
Binary1001000111010111011001010001010110001000100111111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ebb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48ebb2; }

 p { color: rgb(72,235,178); }

 H1.HeaderClassName
 {
   color: #48ebb2;
 }
 .AnyTagClassName
 {
   color: #48ebb2;
 }
</style>
background-color css

<style>
 a { background-color: #48ebb2; }

 a { background-color: rgb(72,235,178); }

 div.DivClassName
 {
   background-color: #48ebb2;
 }
 .BgClassName
 {
   background-color: #48ebb2;
 }
</style>
border-color css

<style>
 span { border-color: #48ebb2; }

 span { border-color: rgb(72,235,178); }

 td.TdClassName
 {
   border-color: #48ebb2;
 }
 .TagClassName
 {
   border-color: #48ebb2;
 }
</style>