Shades of Dark Turquoise #08C9E7
Tints of Dark Turquoise #08C9E7
RGB
CMYK
RGB Variations
Color information
#08C9E7 (or 0x08C9E7) is known color: Dark Turquoise. HEX triplet: 08, C9 and E7. RGB value is (8,201,231). Sum of RGB (Red+Green+Blue) = 8+201+231=440 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.82% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #08C9E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C9E7 is #F73618. Grayscale: #929292. Windows color (decimal): -16201241 or 15190280. OLE color: 15190280.
HSL color Cylindrical-coordinate representation of color #08C9E7: hue angle of 188.07º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08C9E7 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 201 | 231 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.09 |
| HSL | 188.07º | 0.93% | 0.47% | - |
| HSV(B) | 188.07º | 0.97% | 0.91% | - |
| XYZ | 35.41 | 47.59 | 82.92 | - |
| YUV | 146.71 | 175.56 | 29.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 231 | 0.97 | 0.13 | 0 | 0.09 | 188.07 | 0.93 | 0.47 |
| Hex | 8 | C9 | E7 | 61 | D | 0 | 9 | BC | 5D | 2F |
| Octal | 10 | 311 | 347 | 141 | 15 | 0 | 11 | 274 | 135 | 57 |
| Binary | 1000 | 11001001 | 11100111 | 1100001 | 1101 | 0 | 1001 | 10111100 | 1011101 | 101111 |
Color Harmonies of #08C9E7
Complementary color
Monochromatic Colors of #08C9E7
Black with #08C9E7
Text Example
Text Example
White with #08C9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C9E7; }
p { color: rgb(8,201,231); }
H1.HeaderClassName
{
color: #08C9E7;
}
.AnyTagClassName
{
color: #08C9E7;
}
</style>
background-color css
<style>
a { background-color: #08C9E7; }
a { background-color: rgb(8,201,231); }
div.DivClassName
{
background-color: #08C9E7;
}
.BgClassName
{
background-color: #08C9E7;
}
</style>
border-color css
<style>
span { border-color: #08C9E7; }
span { border-color: rgb(8,201,231); }
td.TdClassName
{
border-color: #08C9E7;
}
.TagClassName
{
border-color: #08C9E7;
}
</style>