Shades of Dark Turquoise #0FCFDE
Tints of Dark Turquoise #0FCFDE
RGB
CMYK
RGB Variations
Color information
#0FCFDE (or 0x0FCFDE) is known color: Dark Turquoise. HEX triplet: 0F, CF and DE. RGB value is (15,207,222). Sum of RGB (Red+Green+Blue) = 15+207+222=444 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.38% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #0FCFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFDE is #F03021. Grayscale: #979797. Windows color (decimal): -15740962 or 14601999. OLE color: 14601999.
HSL color Cylindrical-coordinate representation of color #0FCFDE: hue angle of 184.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCFDE is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 207 | 222 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.13 |
| HSL | 184.35º | 0.87% | 0.46% | - |
| HSV(B) | 184.35º | 0.93% | 0.87% | - |
| XYZ | 35.69 | 50 | 76.88 | - |
| YUV | 151.3 | 167.89 | 30.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 222 | 0.93 | 0.07 | 0 | 0.13 | 184.35 | 0.87 | 0.46 |
| Hex | F | CF | DE | 5D | 7 | 0 | D | B8 | 57 | 2E |
| Octal | 17 | 317 | 336 | 135 | 7 | 0 | 15 | 270 | 127 | 56 |
| Binary | 1111 | 11001111 | 11011110 | 1011101 | 111 | 0 | 1101 | 10111000 | 1010111 | 101110 |
Color Harmonies of #0FCFDE
Complementary color
Monochromatic Colors of #0FCFDE
Black with #0FCFDE
Text Example
Text Example
White with #0FCFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFDE; }
p { color: rgb(15,207,222); }
H1.HeaderClassName
{
color: #0FCFDE;
}
.AnyTagClassName
{
color: #0FCFDE;
}
</style>
background-color css
<style>
a { background-color: #0FCFDE; }
a { background-color: rgb(15,207,222); }
div.DivClassName
{
background-color: #0FCFDE;
}
.BgClassName
{
background-color: #0FCFDE;
}
</style>
border-color css
<style>
span { border-color: #0FCFDE; }
span { border-color: rgb(15,207,222); }
td.TdClassName
{
border-color: #0FCFDE;
}
.TagClassName
{
border-color: #0FCFDE;
}
</style>