Shades of Dark Turquoise #0FCBE0
Tints of Dark Turquoise #0FCBE0
RGB
CMYK
RGB Variations
Color information
#0FCBE0 (or 0x0FCBE0) is known color: Dark Turquoise. HEX triplet: 0F, CB and E0. RGB value is (15,203,224). Sum of RGB (Red+Green+Blue) = 15+203+224=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #0FCBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCBE0 is #F0341F. Grayscale: #949494. Windows color (decimal): -15741984 or 14732047. OLE color: 14732047.
HSL color Cylindrical-coordinate representation of color #0FCBE0: hue angle of 186.03º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCBE0 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 203 | 224 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.12 |
| HSL | 186.03º | 0.87% | 0.47% | - |
| HSV(B) | 186.03º | 0.93% | 0.88% | - |
| XYZ | 35.01 | 48.2 | 77.98 | - |
| YUV | 149.18 | 170.22 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 224 | 0.93 | 0.09 | 0 | 0.12 | 186.03 | 0.87 | 0.47 |
| Hex | F | CB | E0 | 5D | 9 | 0 | C | BA | 57 | 2F |
| Octal | 17 | 313 | 340 | 135 | 11 | 0 | 14 | 272 | 127 | 57 |
| Binary | 1111 | 11001011 | 11100000 | 1011101 | 1001 | 0 | 1100 | 10111010 | 1010111 | 101111 |
Color Harmonies of #0FCBE0
Complementary color
Monochromatic Colors of #0FCBE0
Black with #0FCBE0
Text Example
Text Example
White with #0FCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCBE0; }
p { color: rgb(15,203,224); }
H1.HeaderClassName
{
color: #0FCBE0;
}
.AnyTagClassName
{
color: #0FCBE0;
}
</style>
background-color css
<style>
a { background-color: #0FCBE0; }
a { background-color: rgb(15,203,224); }
div.DivClassName
{
background-color: #0FCBE0;
}
.BgClassName
{
background-color: #0FCBE0;
}
</style>
border-color css
<style>
span { border-color: #0FCBE0; }
span { border-color: rgb(15,203,224); }
td.TdClassName
{
border-color: #0FCBE0;
}
.TagClassName
{
border-color: #0FCBE0;
}
</style>