#04C8D9

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

Shades of Dark Turquoise #04C8D9

Tints of Dark Turquoise #04C8D9

Color information

#04C8D9 (or 0x04C8D9) is unknown color: approx Dark Turquoise. HEX triplet: 04, C8 and D9. RGB value is (4,200,217). Sum of RGB (Red+Green+Blue) = 4+200+217=421 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #04C8D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C8D9 is #FB3726. Grayscale: #8F8F8F. Windows color (decimal): -16463655 or 14272516. OLE color: 14272516.

HSL color Cylindrical-coordinate representation of color #04C8D9: hue angle of 184.79º 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 #04C8D9 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4200217-
CMYK0.980.0800.15
HSL184.79º96.38%43.33%-
HSV(B)184.79º98.16%85.1%-
XYZ33.2346.3472.84-
YUV143.33169.5728.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.95%
GREEN value IS 200 (78.52% from 255) = 47.51%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=0.95%
G=47.51%
B=51.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal42002170.980.0800.15184.7996.3843.33
Hex4C8D96280Fb9602b
Octal43103311421001727114053
Binary10011001000110110011100010100001111101110011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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