#48DED4

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

Shades of Turquoise #48DED4

Tints of Turquoise #48DED4

Color information

#48DED4 (or 0x48DED4) is unknown color: approx Turquoise. HEX triplet: 48, DE and D4. RGB value is (72,222,212). Sum of RGB (Red+Green+Blue) = 72+222+212=506 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.23% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #48DED4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DED4 is #B7212B. Grayscale: #AFAFAF. Windows color (decimal): -12001580 or 13950536. OLE color: 13950536.

HSL color Cylindrical-coordinate representation of color #48DED4: hue angle of 176º 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 #48DED4 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB72222212-
CMYK0.6800.050.13
HSL176º69.44%57.65%-
HSV(B)176º67.57%87.06%-
XYZ40.6858.3771.41-
YUV176.01148.353.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.23%
GREEN value IS 222 (87.11% from 255) = 43.87%
BLUE value IS 212 (83.20% from 255) = 41.90%
R=14.23%
G=43.87%
B=41.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal722222120.6800.050.1317669.4457.65
Hex48DED44405Db0453a
Octal110336324104051526010572
Binary10010001101111011010100100010001011101101100001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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