Shades of Bright Turquoise #08FFE6
Tints of Bright Turquoise #08FFE6
RGB
CMYK
RGB Variations
Color information
#08FFE6 (or 0x08FFE6) is known color: Bright Turquoise. HEX triplet: 08, FF and E6. RGB value is (8,255,230). Sum of RGB (Red+Green+Blue) = 8+255+230=493 (65% of max value = 765). Red value is 8 (3.52% from 255 or 1.62% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08FFE6 is #F70019. Grayscale: #B2B2B2. Windows color (decimal): -16187418 or 15138568. OLE color: 15138568.
HSL color Cylindrical-coordinate representation of color #08FFE6: hue angle of 173.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FFE6 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 230 | - |
| CMYK | 0.97 | 0 | 0.10 | 0 |
| HSL | 173.93º | 1% | 0.52% | - |
| HSV(B) | 173.93º | 0.97% | 1% | - |
| XYZ | 50.14 | 77.28 | 87.14 | - |
| YUV | 178.3 | 157.17 | 6.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 230 | 0.97 | 0 | 0.10 | 0 | 173.93 | 1 | 0.52 |
| Hex | 8 | FF | E6 | 61 | 0 | A | 0 | AE | 64 | 34 |
| Octal | 10 | 377 | 346 | 141 | 0 | 12 | 0 | 256 | 144 | 64 |
| Binary | 1000 | 11111111 | 11100110 | 1100001 | 0 | 1010 | 0 | 10101110 | 1100100 | 110100 |
Color Harmonies of #08FFE6
Complementary color
Monochromatic Colors of #08FFE6
Black with #08FFE6
Text Example
Text Example
White with #08FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFE6; }
p { color: rgb(8,255,230); }
H1.HeaderClassName
{
color: #08FFE6;
}
.AnyTagClassName
{
color: #08FFE6;
}
</style>
background-color css
<style>
a { background-color: #08FFE6; }
a { background-color: rgb(8,255,230); }
div.DivClassName
{
background-color: #08FFE6;
}
.BgClassName
{
background-color: #08FFE6;
}
</style>
border-color css
<style>
span { border-color: #08FFE6; }
span { border-color: rgb(8,255,230); }
td.TdClassName
{
border-color: #08FFE6;
}
.TagClassName
{
border-color: #08FFE6;
}
</style>