Shades of Dark Turquoise #04CBDF
Tints of Dark Turquoise #04CBDF
RGB
CMYK
RGB Variations
Color information
#04CBDF (or 0x04CBDF) is known color: Dark Turquoise. HEX triplet: 04, CB and DF. RGB value is (4,203,223). Sum of RGB (Red+Green+Blue) = 4+203+223=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #04CBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBDF is #FB3420. Grayscale: #919191. Windows color (decimal): -16462881 or 14666500. OLE color: 14666500.
HSL color Cylindrical-coordinate representation of color #04CBDF: hue angle of 185.48º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CBDF is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 203 | 223 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.13 |
| HSL | 185.48º | 0.96% | 0.45% | - |
| HSV(B) | 185.48º | 0.98% | 0.87% | - |
| XYZ | 34.73 | 48.07 | 77.26 | - |
| YUV | 145.78 | 171.57 | 26.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 223 | 0.98 | 0.09 | 0 | 0.13 | 185.48 | 0.96 | 0.45 |
| Hex | 4 | CB | DF | 62 | 9 | 0 | D | B9 | 60 | 2D |
| Octal | 4 | 313 | 337 | 142 | 11 | 0 | 15 | 271 | 140 | 55 |
| Binary | 100 | 11001011 | 11011111 | 1100010 | 1001 | 0 | 1101 | 10111001 | 1100000 | 101101 |
Color Harmonies of #04CBDF
Complementary color
Monochromatic Colors of #04CBDF
Black with #04CBDF
Text Example
Text Example
White with #04CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBDF; }
p { color: rgb(4,203,223); }
H1.HeaderClassName
{
color: #04CBDF;
}
.AnyTagClassName
{
color: #04CBDF;
}
</style>
background-color css
<style>
a { background-color: #04CBDF; }
a { background-color: rgb(4,203,223); }
div.DivClassName
{
background-color: #04CBDF;
}
.BgClassName
{
background-color: #04CBDF;
}
</style>
border-color css
<style>
span { border-color: #04CBDF; }
span { border-color: rgb(4,203,223); }
td.TdClassName
{
border-color: #04CBDF;
}
.TagClassName
{
border-color: #04CBDF;
}
</style>