Shades of Bright Turquoise #08FFCD
Tints of Bright Turquoise #08FFCD
RGB
CMYK
RGB Variations
Color information
#08FFCD (or 0x08FFCD) is known color: Bright Turquoise. HEX triplet: 08, FF and CD. RGB value is (8,255,205). Sum of RGB (Red+Green+Blue) = 8+255+205=468 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.71% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FFCD is #F70032. Grayscale: #AFAFAF. Windows color (decimal): -16187443 or 13500168. OLE color: 13500168.
HSL color Cylindrical-coordinate representation of color #08FFCD: hue angle of 167.85º 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 #08FFCD is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 205 | - |
| CMYK | 0.97 | 0 | 0.20 | 0 |
| HSL | 167.85º | 1% | 0.52% | - |
| HSV(B) | 167.85º | 0.97% | 1% | - |
| XYZ | 46.88 | 75.98 | 69.95 | - |
| YUV | 175.45 | 144.67 | 8.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 205 | 0.97 | 0 | 0.20 | 0 | 167.85 | 1 | 0.52 |
| Hex | 8 | FF | CD | 61 | 0 | 14 | 0 | A8 | 64 | 34 |
| Octal | 10 | 377 | 315 | 141 | 0 | 24 | 0 | 250 | 144 | 64 |
| Binary | 1000 | 11111111 | 11001101 | 1100001 | 0 | 10100 | 0 | 10101000 | 1100100 | 110100 |
Color Harmonies of #08FFCD
Complementary color
Monochromatic Colors of #08FFCD
Black with #08FFCD
Text Example
Text Example
White with #08FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFCD; }
p { color: rgb(8,255,205); }
H1.HeaderClassName
{
color: #08FFCD;
}
.AnyTagClassName
{
color: #08FFCD;
}
</style>
background-color css
<style>
a { background-color: #08FFCD; }
a { background-color: rgb(8,255,205); }
div.DivClassName
{
background-color: #08FFCD;
}
.BgClassName
{
background-color: #08FFCD;
}
</style>
border-color css
<style>
span { border-color: #08FFCD; }
span { border-color: rgb(8,255,205); }
td.TdClassName
{
border-color: #08FFCD;
}
.TagClassName
{
border-color: #08FFCD;
}
</style>