Shades of Bright Turquoise #08E3CF
Tints of Bright Turquoise #08E3CF
RGB
CMYK
RGB Variations
Color information
#08E3CF (or 0x08E3CF) is known color: Bright Turquoise. HEX triplet: 08, E3 and CF. RGB value is (8,227,207). Sum of RGB (Red+Green+Blue) = 8+227+207=442 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #08E3CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E3CF is #F71C30. Grayscale: #9F9F9F. Windows color (decimal): -16194609 or 13624072. OLE color: 13624072.
HSL color Cylindrical-coordinate representation of color #08E3CF: hue angle of 174.52º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E3CF is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 227 | 207 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.11 |
| HSL | 174.52º | 0.93% | 0.46% | - |
| HSV(B) | 174.52º | 0.96% | 0.89% | - |
| XYZ | 38.83 | 59.49 | 68.47 | - |
| YUV | 159.24 | 154.95 | 20.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 227 | 207 | 0.96 | 0 | 0.09 | 0.11 | 174.52 | 0.93 | 0.46 |
| Hex | 8 | E3 | CF | 60 | 0 | 9 | B | AF | 5D | 2E |
| Octal | 10 | 343 | 317 | 140 | 0 | 11 | 13 | 257 | 135 | 56 |
| Binary | 1000 | 11100011 | 11001111 | 1100000 | 0 | 1001 | 1011 | 10101111 | 1011101 | 101110 |
Color Harmonies of #08E3CF
Complementary color
Monochromatic Colors of #08E3CF
Black with #08E3CF
Text Example
Text Example
White with #08E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E3CF; }
p { color: rgb(8,227,207); }
H1.HeaderClassName
{
color: #08E3CF;
}
.AnyTagClassName
{
color: #08E3CF;
}
</style>
background-color css
<style>
a { background-color: #08E3CF; }
a { background-color: rgb(8,227,207); }
div.DivClassName
{
background-color: #08E3CF;
}
.BgClassName
{
background-color: #08E3CF;
}
</style>
border-color css
<style>
span { border-color: #08E3CF; }
span { border-color: rgb(8,227,207); }
td.TdClassName
{
border-color: #08E3CF;
}
.TagClassName
{
border-color: #08E3CF;
}
</style>