Shades of Dark Turquoise #08CFE7
Tints of Dark Turquoise #08CFE7
RGB
CMYK
RGB Variations
Color information
#08CFE7 (or 0x08CFE7) is known color: Dark Turquoise. HEX triplet: 08, CF and E7. RGB value is (8,207,231). Sum of RGB (Red+Green+Blue) = 8+207+231=446 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #08CFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CFE7 is #F73018. Grayscale: #959595. Windows color (decimal): -16199705 or 15191816. OLE color: 15191816.
HSL color Cylindrical-coordinate representation of color #08CFE7: hue angle of 186.46º 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 #08CFE7 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 207 | 231 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.09 |
| HSL | 186.46º | 0.93% | 0.47% | - |
| HSV(B) | 186.46º | 0.97% | 0.91% | - |
| XYZ | 36.84 | 50.45 | 83.4 | - |
| YUV | 150.24 | 173.57 | 26.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 231 | 0.97 | 0.10 | 0 | 0.09 | 186.46 | 0.93 | 0.47 |
| Hex | 8 | CF | E7 | 61 | A | 0 | 9 | BA | 5D | 2F |
| Octal | 10 | 317 | 347 | 141 | 12 | 0 | 11 | 272 | 135 | 57 |
| Binary | 1000 | 11001111 | 11100111 | 1100001 | 1010 | 0 | 1001 | 10111010 | 1011101 | 101111 |
Color Harmonies of #08CFE7
Complementary color
Monochromatic Colors of #08CFE7
Black with #08CFE7
Text Example
Text Example
White with #08CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CFE7; }
p { color: rgb(8,207,231); }
H1.HeaderClassName
{
color: #08CFE7;
}
.AnyTagClassName
{
color: #08CFE7;
}
</style>
background-color css
<style>
a { background-color: #08CFE7; }
a { background-color: rgb(8,207,231); }
div.DivClassName
{
background-color: #08CFE7;
}
.BgClassName
{
background-color: #08CFE7;
}
</style>
border-color css
<style>
span { border-color: #08CFE7; }
span { border-color: rgb(8,207,231); }
td.TdClassName
{
border-color: #08CFE7;
}
.TagClassName
{
border-color: #08CFE7;
}
</style>