#48DEBD

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

Shades of Turquoise #48DEBD

Tints of Turquoise #48DEBD

Color information

#48DEBD (or 0x48DEBD) is unknown color: approx Turquoise. HEX triplet: 48, DE and BD. RGB value is (72,222,189). Sum of RGB (Red+Green+Blue) = 72+222+189=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #48DEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DEBD is #B72142. Grayscale: #ADADAD. Windows color (decimal): -12001603 or 12443208. OLE color: 12443208.

HSL color Cylindrical-coordinate representation of color #48DEBD: hue angle of 166.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DEBD is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB72222189-
CMYK0.6800.150.13
HSL166.8º69.44%57.65%-
HSV(B)166.8º67.57%87.06%-
XYZ37.9857.2957.2-
YUV173.39136.855.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.91%
GREEN value IS 222 (87.11% from 255) = 45.96%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=14.91%
G=45.96%
B=39.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal722221890.6800.150.13166.869.4457.65
Hex48DEBD440FDa7453a
Octal1103362751040171524710572
Binary100100011011110101111011000100011111101101001111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,222,189); }

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

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

 a { background-color: rgb(72,222,189); }

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

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

 span { border-color: rgb(72,222,189); }

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