Shades of Dark Turquoise #0FCBD5
Tints of Dark Turquoise #0FCBD5
RGB
CMYK
RGB Variations
Color information
#0FCBD5 (or 0x0FCBD5) is known color: Dark Turquoise. HEX triplet: 0F, CB and D5. RGB value is (15,203,213). Sum of RGB (Red+Green+Blue) = 15+203+213=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #0FCBD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCBD5 is #F0342A. Grayscale: #939393. Windows color (decimal): -15741995 or 14011151. OLE color: 14011151.
HSL color Cylindrical-coordinate representation of color #0FCBD5: hue angle of 183.03º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCBD5 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 203 | 213 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.16 |
| HSL | 183.03º | 0.87% | 0.45% | - |
| HSV(B) | 183.03º | 0.93% | 0.84% | - |
| XYZ | 33.56 | 47.62 | 70.37 | - |
| YUV | 147.93 | 164.72 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 213 | 0.93 | 0.05 | 0 | 0.16 | 183.03 | 0.87 | 0.45 |
| Hex | F | CB | D5 | 5D | 5 | 0 | 10 | B7 | 57 | 2D |
| Octal | 17 | 313 | 325 | 135 | 5 | 0 | 20 | 267 | 127 | 55 |
| Binary | 1111 | 11001011 | 11010101 | 1011101 | 101 | 0 | 10000 | 10110111 | 1010111 | 101101 |
Color Harmonies of #0FCBD5
Complementary color
Monochromatic Colors of #0FCBD5
Black with #0FCBD5
Text Example
Text Example
White with #0FCBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCBD5; }
p { color: rgb(15,203,213); }
H1.HeaderClassName
{
color: #0FCBD5;
}
.AnyTagClassName
{
color: #0FCBD5;
}
</style>
background-color css
<style>
a { background-color: #0FCBD5; }
a { background-color: rgb(15,203,213); }
div.DivClassName
{
background-color: #0FCBD5;
}
.BgClassName
{
background-color: #0FCBD5;
}
</style>
border-color css
<style>
span { border-color: #0FCBD5; }
span { border-color: rgb(15,203,213); }
td.TdClassName
{
border-color: #0FCBD5;
}
.TagClassName
{
border-color: #0FCBD5;
}
</style>