#04D5D9

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

Shades of Dark Turquoise #04D5D9

Tints of Dark Turquoise #04D5D9

Color information

#04D5D9 (or 0x04D5D9) is unknown color: approx Dark Turquoise. HEX triplet: 04, D5 and D9. RGB value is (4,213,217). Sum of RGB (Red+Green+Blue) = 4+213+217=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #04D5D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D5D9 is #FB2A26. Grayscale: #969696. Windows color (decimal): -16460327 or 14275844. OLE color: 14275844.

HSL color Cylindrical-coordinate representation of color #04D5D9: hue angle of 181.13º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D5D9 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4213217-
CMYK0.980.0200.15
HSL181.13º96.38%43.33%-
HSV(B)181.13º98.16%85.1%-
XYZ36.3752.6273.89-
YUV150.96165.2623.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.92%
GREEN value IS 213 (83.59% from 255) = 49.08%
BLUE value IS 217 (85.16% from 255) = 50%
R=0.92%
G=49.08%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal42132170.980.0200.15181.1396.3843.33
Hex4D5D96220Fb5602b
Octal4325331142201726514053
Binary100110101011101100111000101001111101101011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04D5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04D5D9; }

 p { color: rgb(4,213,217); }

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

<style>
 a { background-color: #04D5D9; }

 a { background-color: rgb(4,213,217); }

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

<style>
 span { border-color: #04D5D9; }

 span { border-color: rgb(4,213,217); }

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