Shades of Dark Turquoise #0FCFD3
Tints of Dark Turquoise #0FCFD3
RGB
CMYK
RGB Variations
Color information
#0FCFD3 (or 0x0FCFD3) is known color: Dark Turquoise. HEX triplet: 0F, CF and D3. RGB value is (15,207,211). Sum of RGB (Red+Green+Blue) = 15+207+211=433 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #0FCFD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFD3 is #F0302C. Grayscale: #959595. Windows color (decimal): -15740973 or 13881103. OLE color: 13881103.
HSL color Cylindrical-coordinate representation of color #0FCFD3: hue angle of 181.22º 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 #0FCFD3 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 15 | 207 | 211 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.17 |
| HSL | 181.22º | 0.87% | 0.44% | - |
| HSV(B) | 181.22º | 0.93% | 0.83% | - |
| XYZ | 34.27 | 49.43 | 69.36 | - |
| YUV | 150.05 | 162.39 | 31.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 211 | 0.93 | 0.02 | 0 | 0.17 | 181.22 | 0.87 | 0.44 |
| Hex | F | CF | D3 | 5D | 2 | 0 | 11 | B5 | 57 | 2C |
| Octal | 17 | 317 | 323 | 135 | 2 | 0 | 21 | 265 | 127 | 54 |
| Binary | 1111 | 11001111 | 11010011 | 1011101 | 10 | 0 | 10001 | 10110101 | 1010111 | 101100 |
Color Harmonies of #0FCFD3
Complementary color
Monochromatic Colors of #0FCFD3
Black with #0FCFD3
Text Example
Text Example
White with #0FCFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFD3; }
p { color: rgb(15,207,211); }
H1.HeaderClassName
{
color: #0FCFD3;
}
.AnyTagClassName
{
color: #0FCFD3;
}
</style>
background-color css
<style>
a { background-color: #0FCFD3; }
a { background-color: rgb(15,207,211); }
div.DivClassName
{
background-color: #0FCFD3;
}
.BgClassName
{
background-color: #0FCFD3;
}
</style>
border-color css
<style>
span { border-color: #0FCFD3; }
span { border-color: rgb(15,207,211); }
td.TdClassName
{
border-color: #0FCFD3;
}
.TagClassName
{
border-color: #0FCFD3;
}
</style>