Shades of Bright Turquoise #08DFE6
Tints of Bright Turquoise #08DFE6
RGB
CMYK
RGB Variations
Color information
#08DFE6 (or 0x08DFE6) is known color: Bright Turquoise. HEX triplet: 08, DF and E6. RGB value is (8,223,230). Sum of RGB (Red+Green+Blue) = 8+223+230=461 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.74% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #08DFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DFE6 is #F72019. Grayscale: #9F9F9F. Windows color (decimal): -16195610 or 15130376. OLE color: 15130376.
HSL color Cylindrical-coordinate representation of color #08DFE6: hue angle of 181.89º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08DFE6 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 223 | 230 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.10 |
| HSL | 181.89º | 0.93% | 0.47% | - |
| HSV(B) | 181.89º | 0.97% | 0.9% | - |
| XYZ | 40.77 | 58.54 | 84.01 | - |
| YUV | 159.51 | 167.77 | 19.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 223 | 230 | 0.97 | 0.03 | 0 | 0.10 | 181.89 | 0.93 | 0.47 |
| Hex | 8 | DF | E6 | 61 | 3 | 0 | A | B6 | 5D | 2F |
| Octal | 10 | 337 | 346 | 141 | 3 | 0 | 12 | 266 | 135 | 57 |
| Binary | 1000 | 11011111 | 11100110 | 1100001 | 11 | 0 | 1010 | 10110110 | 1011101 | 101111 |
Color Harmonies of #08DFE6
Complementary color
Monochromatic Colors of #08DFE6
Black with #08DFE6
Text Example
Text Example
White with #08DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DFE6; }
p { color: rgb(8,223,230); }
H1.HeaderClassName
{
color: #08DFE6;
}
.AnyTagClassName
{
color: #08DFE6;
}
</style>
background-color css
<style>
a { background-color: #08DFE6; }
a { background-color: rgb(8,223,230); }
div.DivClassName
{
background-color: #08DFE6;
}
.BgClassName
{
background-color: #08DFE6;
}
</style>
border-color css
<style>
span { border-color: #08DFE6; }
span { border-color: rgb(8,223,230); }
td.TdClassName
{
border-color: #08DFE6;
}
.TagClassName
{
border-color: #08DFE6;
}
</style>