Shades of Dark Turquoise #0FCCDF
Tints of Dark Turquoise #0FCCDF
RGB
CMYK
RGB Variations
Color information
#0FCCDF (or 0x0FCCDF) is known color: Dark Turquoise. HEX triplet: 0F, CC and DF. RGB value is (15,204,223). Sum of RGB (Red+Green+Blue) = 15+204+223=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FCCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCCDF is #F03320. Grayscale: #959595. Windows color (decimal): -15741729 or 14666767. OLE color: 14666767.
HSL color Cylindrical-coordinate representation of color #0FCCDF: hue angle of 185.48º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCCDF is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 204 | 223 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.13 |
| HSL | 185.48º | 0.87% | 0.47% | - |
| HSV(B) | 185.48º | 0.93% | 0.87% | - |
| XYZ | 35.11 | 48.62 | 77.35 | - |
| YUV | 149.66 | 169.38 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 223 | 0.93 | 0.09 | 0 | 0.13 | 185.48 | 0.87 | 0.47 |
| Hex | F | CC | DF | 5D | 9 | 0 | D | B9 | 57 | 2F |
| Octal | 17 | 314 | 337 | 135 | 11 | 0 | 15 | 271 | 127 | 57 |
| Binary | 1111 | 11001100 | 11011111 | 1011101 | 1001 | 0 | 1101 | 10111001 | 1010111 | 101111 |
Color Harmonies of #0FCCDF
Complementary color
Monochromatic Colors of #0FCCDF
Black with #0FCCDF
Text Example
Text Example
White with #0FCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCCDF; }
p { color: rgb(15,204,223); }
H1.HeaderClassName
{
color: #0FCCDF;
}
.AnyTagClassName
{
color: #0FCCDF;
}
</style>
background-color css
<style>
a { background-color: #0FCCDF; }
a { background-color: rgb(15,204,223); }
div.DivClassName
{
background-color: #0FCCDF;
}
.BgClassName
{
background-color: #0FCCDF;
}
</style>
border-color css
<style>
span { border-color: #0FCCDF; }
span { border-color: rgb(15,204,223); }
td.TdClassName
{
border-color: #0FCCDF;
}
.TagClassName
{
border-color: #0FCCDF;
}
</style>