Shades of Dark Turquoise #0FCBDF
Tints of Dark Turquoise #0FCBDF
RGB
CMYK
RGB Variations
Color information
#0FCBDF (or 0x0FCBDF) is known color: Dark Turquoise. HEX triplet: 0F, CB and DF. RGB value is (15,203,223). Sum of RGB (Red+Green+Blue) = 15+203+223=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FCBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCBDF is #F03420. Grayscale: #949494. Windows color (decimal): -15741985 or 14666511. OLE color: 14666511.
HSL color Cylindrical-coordinate representation of color #0FCBDF: hue angle of 185.77º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCBDF is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 203 | 223 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.13 |
| HSL | 185.77º | 0.87% | 0.47% | - |
| HSV(B) | 185.77º | 0.93% | 0.87% | - |
| XYZ | 34.87 | 48.14 | 77.27 | - |
| YUV | 149.07 | 169.72 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 223 | 0.93 | 0.09 | 0 | 0.13 | 185.77 | 0.87 | 0.47 |
| Hex | F | CB | DF | 5D | 9 | 0 | D | BA | 57 | 2F |
| Octal | 17 | 313 | 337 | 135 | 11 | 0 | 15 | 272 | 127 | 57 |
| Binary | 1111 | 11001011 | 11011111 | 1011101 | 1001 | 0 | 1101 | 10111010 | 1010111 | 101111 |
Color Harmonies of #0FCBDF
Complementary color
Monochromatic Colors of #0FCBDF
Black with #0FCBDF
Text Example
Text Example
White with #0FCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCBDF; }
p { color: rgb(15,203,223); }
H1.HeaderClassName
{
color: #0FCBDF;
}
.AnyTagClassName
{
color: #0FCBDF;
}
</style>
background-color css
<style>
a { background-color: #0FCBDF; }
a { background-color: rgb(15,203,223); }
div.DivClassName
{
background-color: #0FCBDF;
}
.BgClassName
{
background-color: #0FCBDF;
}
</style>
border-color css
<style>
span { border-color: #0FCBDF; }
span { border-color: rgb(15,203,223); }
td.TdClassName
{
border-color: #0FCBDF;
}
.TagClassName
{
border-color: #0FCBDF;
}
</style>