Shades of Bright Turquoise #08DDD5
Tints of Bright Turquoise #08DDD5
RGB
CMYK
RGB Variations
Color information
#08DDD5 (or 0x08DDD5) is known color: Bright Turquoise. HEX triplet: 08, DD and D5. RGB value is (8,221,213). Sum of RGB (Red+Green+Blue) = 8+221+213=442 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #08DDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DDD5 is #F7222A. Grayscale: #9C9C9C. Windows color (decimal): -16196139 or 14015752. OLE color: 14015752.
HSL color Cylindrical-coordinate representation of color #08DDD5: hue angle of 177.75º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DDD5 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 221 | 213 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.13 |
| HSL | 177.75º | 0.93% | 0.45% | - |
| HSV(B) | 177.75º | 0.96% | 0.87% | - |
| XYZ | 37.97 | 56.57 | 71.87 | - |
| YUV | 156.4 | 159.93 | 22.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 221 | 213 | 0.96 | 0 | 0.04 | 0.13 | 177.75 | 0.93 | 0.45 |
| Hex | 8 | DD | D5 | 60 | 0 | 4 | D | B2 | 5D | 2D |
| Octal | 10 | 335 | 325 | 140 | 0 | 4 | 15 | 262 | 135 | 55 |
| Binary | 1000 | 11011101 | 11010101 | 1100000 | 0 | 100 | 1101 | 10110010 | 1011101 | 101101 |
Color Harmonies of #08DDD5
Complementary color
Monochromatic Colors of #08DDD5
Black with #08DDD5
Text Example
Text Example
White with #08DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DDD5; }
p { color: rgb(8,221,213); }
H1.HeaderClassName
{
color: #08DDD5;
}
.AnyTagClassName
{
color: #08DDD5;
}
</style>
background-color css
<style>
a { background-color: #08DDD5; }
a { background-color: rgb(8,221,213); }
div.DivClassName
{
background-color: #08DDD5;
}
.BgClassName
{
background-color: #08DDD5;
}
</style>
border-color css
<style>
span { border-color: #08DDD5; }
span { border-color: rgb(8,221,213); }
td.TdClassName
{
border-color: #08DDD5;
}
.TagClassName
{
border-color: #08DDD5;
}
</style>