Shades of Dark Turquoise #0FCEDA
Tints of Dark Turquoise #0FCEDA
RGB
CMYK
RGB Variations
Color information
#0FCEDA (or 0x0FCEDA) is known color: Dark Turquoise. HEX triplet: 0F, CE and DA. RGB value is (15,206,218). Sum of RGB (Red+Green+Blue) = 15+206+218=439 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #0FCEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCEDA is #F03125. Grayscale: #969696. Windows color (decimal): -15741222 or 14339599. OLE color: 14339599.
HSL color Cylindrical-coordinate representation of color #0FCEDA: hue angle of 183.55º 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 #0FCEDA is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 206 | 218 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.15 |
| HSL | 183.55º | 0.87% | 0.46% | - |
| HSV(B) | 183.55º | 0.93% | 0.85% | - |
| XYZ | 34.92 | 49.31 | 74.01 | - |
| YUV | 150.26 | 166.22 | 31.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 218 | 0.93 | 0.06 | 0 | 0.15 | 183.55 | 0.87 | 0.46 |
| Hex | F | CE | DA | 5D | 6 | 0 | F | B8 | 57 | 2E |
| Octal | 17 | 316 | 332 | 135 | 6 | 0 | 17 | 270 | 127 | 56 |
| Binary | 1111 | 11001110 | 11011010 | 1011101 | 110 | 0 | 1111 | 10111000 | 1010111 | 101110 |
Color Harmonies of #0FCEDA
Complementary color
Monochromatic Colors of #0FCEDA
Black with #0FCEDA
Text Example
Text Example
White with #0FCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCEDA; }
p { color: rgb(15,206,218); }
H1.HeaderClassName
{
color: #0FCEDA;
}
.AnyTagClassName
{
color: #0FCEDA;
}
</style>
background-color css
<style>
a { background-color: #0FCEDA; }
a { background-color: rgb(15,206,218); }
div.DivClassName
{
background-color: #0FCEDA;
}
.BgClassName
{
background-color: #0FCEDA;
}
</style>
border-color css
<style>
span { border-color: #0FCEDA; }
span { border-color: rgb(15,206,218); }
td.TdClassName
{
border-color: #0FCEDA;
}
.TagClassName
{
border-color: #0FCEDA;
}
</style>