#04C0D9

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

Shades of Dark Turquoise #04C0D9

Tints of Dark Turquoise #04C0D9

Color information

#04C0D9 (or 0x04C0D9) is unknown color: approx Dark Turquoise. HEX triplet: 04, C0 and D9. RGB value is (4,192,217). Sum of RGB (Red+Green+Blue) = 4+192+217=413 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #04C0D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C0D9 is #FB3F26. Grayscale: #8A8A8A. Windows color (decimal): -16465703 or 14270468. OLE color: 14270468.

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

Color convert

RGB4192217-
CMYK0.980.1200.15
HSL187.04º96.38%43.33%-
HSV(B)187.04º98.16%85.1%-
XYZ31.4242.7372.24-
YUV138.64172.2231.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.97%
GREEN value IS 192 (75.39% from 255) = 46.49%
BLUE value IS 217 (85.16% from 255) = 52.54%
R=0.97%
G=46.49%
B=52.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41922170.980.1200.15187.0496.3843.33
Hex4C0D962C0Fbb602b
Octal43003311421401727314053
Binary10011000000110110011100010110001111101110111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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