Shades of Dark Turquoise #0FCED3
Tints of Dark Turquoise #0FCED3
RGB
CMYK
RGB Variations
Color information
#0FCED3 (or 0x0FCED3) is known color: Dark Turquoise. HEX triplet: 0F, CE and D3. RGB value is (15,206,211). Sum of RGB (Red+Green+Blue) = 15+206+211=432 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.47% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #0FCED3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCED3 is #F0312C. Grayscale: #959595. Windows color (decimal): -15741229 or 13880847. OLE color: 13880847.
HSL color Cylindrical-coordinate representation of color #0FCED3: hue angle of 181.53º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCED3 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 15 | 206 | 211 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.17 |
| HSL | 181.53º | 0.87% | 0.44% | - |
| HSV(B) | 181.53º | 0.93% | 0.83% | - |
| XYZ | 34.03 | 48.95 | 69.28 | - |
| YUV | 149.46 | 162.72 | 32.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 211 | 0.93 | 0.02 | 0 | 0.17 | 181.53 | 0.87 | 0.44 |
| Hex | F | CE | D3 | 5D | 2 | 0 | 11 | B6 | 57 | 2C |
| Octal | 17 | 316 | 323 | 135 | 2 | 0 | 21 | 266 | 127 | 54 |
| Binary | 1111 | 11001110 | 11010011 | 1011101 | 10 | 0 | 10001 | 10110110 | 1010111 | 101100 |
Color Harmonies of #0FCED3
Complementary color
Monochromatic Colors of #0FCED3
Black with #0FCED3
Text Example
Text Example
White with #0FCED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCED3; }
p { color: rgb(15,206,211); }
H1.HeaderClassName
{
color: #0FCED3;
}
.AnyTagClassName
{
color: #0FCED3;
}
</style>
background-color css
<style>
a { background-color: #0FCED3; }
a { background-color: rgb(15,206,211); }
div.DivClassName
{
background-color: #0FCED3;
}
.BgClassName
{
background-color: #0FCED3;
}
</style>
border-color css
<style>
span { border-color: #0FCED3; }
span { border-color: rgb(15,206,211); }
td.TdClassName
{
border-color: #0FCED3;
}
.TagClassName
{
border-color: #0FCED3;
}
</style>