Shades of Dark Turquoise #0FCDD7
Tints of Dark Turquoise #0FCDD7
RGB
CMYK
RGB Variations
Color information
#0FCDD7 (or 0x0FCDD7) is known color: Dark Turquoise. HEX triplet: 0F, CD and D7. RGB value is (15,205,215). Sum of RGB (Red+Green+Blue) = 15+205+215=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #0FCDD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDD7 is #F03228. Grayscale: #959595. Windows color (decimal): -15741481 or 14142735. OLE color: 14142735.
HSL color Cylindrical-coordinate representation of color #0FCDD7: hue angle of 183º 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 #0FCDD7 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 205 | 215 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.16 |
| HSL | 183º | 0.87% | 0.45% | - |
| HSV(B) | 183º | 0.93% | 0.84% | - |
| XYZ | 34.29 | 48.67 | 71.88 | - |
| YUV | 149.33 | 165.05 | 32.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 215 | 0.93 | 0.05 | 0 | 0.16 | 183 | 0.87 | 0.45 |
| Hex | F | CD | D7 | 5D | 5 | 0 | 10 | B7 | 57 | 2D |
| Octal | 17 | 315 | 327 | 135 | 5 | 0 | 20 | 267 | 127 | 55 |
| Binary | 1111 | 11001101 | 11010111 | 1011101 | 101 | 0 | 10000 | 10110111 | 1010111 | 101101 |
Color Harmonies of #0FCDD7
Complementary color
Monochromatic Colors of #0FCDD7
Black with #0FCDD7
Text Example
Text Example
White with #0FCDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDD7; }
p { color: rgb(15,205,215); }
H1.HeaderClassName
{
color: #0FCDD7;
}
.AnyTagClassName
{
color: #0FCDD7;
}
</style>
background-color css
<style>
a { background-color: #0FCDD7; }
a { background-color: rgb(15,205,215); }
div.DivClassName
{
background-color: #0FCDD7;
}
.BgClassName
{
background-color: #0FCDD7;
}
</style>
border-color css
<style>
span { border-color: #0FCDD7; }
span { border-color: rgb(15,205,215); }
td.TdClassName
{
border-color: #0FCDD7;
}
.TagClassName
{
border-color: #0FCDD7;
}
</style>