Shades of Dark Turquoise #08CFE5
Tints of Dark Turquoise #08CFE5
RGB
CMYK
RGB Variations
Color information
#08CFE5 (or 0x08CFE5) is known color: Dark Turquoise. HEX triplet: 08, CF and E5. RGB value is (8,207,229). Sum of RGB (Red+Green+Blue) = 8+207+229=444 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.80% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #08CFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CFE5 is #F7301A. Grayscale: #959595. Windows color (decimal): -16199707 or 15060744. OLE color: 15060744.
HSL color Cylindrical-coordinate representation of color #08CFE5: hue angle of 185.97º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08CFE5 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 207 | 229 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.10 |
| HSL | 185.97º | 0.93% | 0.46% | - |
| HSV(B) | 185.97º | 0.97% | 0.9% | - |
| XYZ | 36.56 | 50.33 | 81.92 | - |
| YUV | 150.01 | 172.57 | 26.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 229 | 0.97 | 0.10 | 0 | 0.10 | 185.97 | 0.93 | 0.46 |
| Hex | 8 | CF | E5 | 61 | A | 0 | A | BA | 5D | 2E |
| Octal | 10 | 317 | 345 | 141 | 12 | 0 | 12 | 272 | 135 | 56 |
| Binary | 1000 | 11001111 | 11100101 | 1100001 | 1010 | 0 | 1010 | 10111010 | 1011101 | 101110 |
Color Harmonies of #08CFE5
Complementary color
Monochromatic Colors of #08CFE5
Black with #08CFE5
Text Example
Text Example
White with #08CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CFE5; }
p { color: rgb(8,207,229); }
H1.HeaderClassName
{
color: #08CFE5;
}
.AnyTagClassName
{
color: #08CFE5;
}
</style>
background-color css
<style>
a { background-color: #08CFE5; }
a { background-color: rgb(8,207,229); }
div.DivClassName
{
background-color: #08CFE5;
}
.BgClassName
{
background-color: #08CFE5;
}
</style>
border-color css
<style>
span { border-color: #08CFE5; }
span { border-color: rgb(8,207,229); }
td.TdClassName
{
border-color: #08CFE5;
}
.TagClassName
{
border-color: #08CFE5;
}
</style>