Shades of Dark Turquoise #0FCBDA
Tints of Dark Turquoise #0FCBDA
RGB
CMYK
RGB Variations
Color information
#0FCBDA (or 0x0FCBDA) is known color: Dark Turquoise. HEX triplet: 0F, CB and DA. RGB value is (15,203,218). Sum of RGB (Red+Green+Blue) = 15+203+218=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #0FCBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCBDA is #F03425. Grayscale: #949494. Windows color (decimal): -15741990 or 14338831. OLE color: 14338831.
HSL color Cylindrical-coordinate representation of color #0FCBDA: hue angle of 184.43º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCBDA is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 203 | 218 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.15 |
| HSL | 184.43º | 0.87% | 0.46% | - |
| HSV(B) | 184.43º | 0.93% | 0.85% | - |
| XYZ | 34.21 | 47.88 | 73.77 | - |
| YUV | 148.5 | 167.22 | 32.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 218 | 0.93 | 0.07 | 0 | 0.15 | 184.43 | 0.87 | 0.46 |
| Hex | F | CB | DA | 5D | 7 | 0 | F | B8 | 57 | 2E |
| Octal | 17 | 313 | 332 | 135 | 7 | 0 | 17 | 270 | 127 | 56 |
| Binary | 1111 | 11001011 | 11011010 | 1011101 | 111 | 0 | 1111 | 10111000 | 1010111 | 101110 |
Color Harmonies of #0FCBDA
Complementary color
Monochromatic Colors of #0FCBDA
Black with #0FCBDA
Text Example
Text Example
White with #0FCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCBDA; }
p { color: rgb(15,203,218); }
H1.HeaderClassName
{
color: #0FCBDA;
}
.AnyTagClassName
{
color: #0FCBDA;
}
</style>
background-color css
<style>
a { background-color: #0FCBDA; }
a { background-color: rgb(15,203,218); }
div.DivClassName
{
background-color: #0FCBDA;
}
.BgClassName
{
background-color: #0FCBDA;
}
</style>
border-color css
<style>
span { border-color: #0FCBDA; }
span { border-color: rgb(15,203,218); }
td.TdClassName
{
border-color: #0FCBDA;
}
.TagClassName
{
border-color: #0FCBDA;
}
</style>