Shades of Dark Turquoise #0FCDDF
Tints of Dark Turquoise #0FCDDF
RGB
CMYK
RGB Variations
Color information
#0FCDDF (or 0x0FCDDF) is known color: Dark Turquoise. HEX triplet: 0F, CD and DF. RGB value is (15,205,223). Sum of RGB (Red+Green+Blue) = 15+205+223=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FCDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDDF is #F03220. Grayscale: #959595. Windows color (decimal): -15741473 or 14667023. OLE color: 14667023.
HSL color Cylindrical-coordinate representation of color #0FCDDF: hue angle of 185.19º 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 #0FCDDF is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 205 | 223 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.13 |
| HSL | 185.19º | 0.87% | 0.47% | - |
| HSV(B) | 185.19º | 0.93% | 0.87% | - |
| XYZ | 35.35 | 49.09 | 77.42 | - |
| YUV | 150.24 | 169.05 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 223 | 0.93 | 0.08 | 0 | 0.13 | 185.19 | 0.87 | 0.47 |
| Hex | F | CD | DF | 5D | 8 | 0 | D | B9 | 57 | 2F |
| Octal | 17 | 315 | 337 | 135 | 10 | 0 | 15 | 271 | 127 | 57 |
| Binary | 1111 | 11001101 | 11011111 | 1011101 | 1000 | 0 | 1101 | 10111001 | 1010111 | 101111 |
Color Harmonies of #0FCDDF
Complementary color
Monochromatic Colors of #0FCDDF
Black with #0FCDDF
Text Example
Text Example
White with #0FCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDDF; }
p { color: rgb(15,205,223); }
H1.HeaderClassName
{
color: #0FCDDF;
}
.AnyTagClassName
{
color: #0FCDDF;
}
</style>
background-color css
<style>
a { background-color: #0FCDDF; }
a { background-color: rgb(15,205,223); }
div.DivClassName
{
background-color: #0FCDDF;
}
.BgClassName
{
background-color: #0FCDDF;
}
</style>
border-color css
<style>
span { border-color: #0FCDDF; }
span { border-color: rgb(15,205,223); }
td.TdClassName
{
border-color: #0FCDDF;
}
.TagClassName
{
border-color: #0FCDDF;
}
</style>