Shades of Bright Turquoise #08FCDD
Tints of Bright Turquoise #08FCDD
RGB
CMYK
RGB Variations
Color information
#08FCDD (or 0x08FCDD) is known color: Bright Turquoise. HEX triplet: 08, FC and DD. RGB value is (8,252,221). Sum of RGB (Red+Green+Blue) = 8+252+221=481 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.66% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #08FCDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FCDD is #F70322. Grayscale: #AFAFAF. Windows color (decimal): -16188195 or 14547976. OLE color: 14547976.
HSL color Cylindrical-coordinate representation of color #08FCDD: hue angle of 172.38º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FCDD is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 252 | 221 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.01 |
| HSL | 172.38º | 0.98% | 0.51% | - |
| HSV(B) | 172.38º | 0.97% | 0.99% | - |
| XYZ | 47.96 | 74.89 | 80.33 | - |
| YUV | 175.51 | 153.66 | 8.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 252 | 221 | 0.97 | 0 | 0.12 | 0.01 | 172.38 | 0.98 | 0.51 |
| Hex | 8 | FC | DD | 61 | 0 | C | 1 | AC | 62 | 33 |
| Octal | 10 | 374 | 335 | 141 | 0 | 14 | 1 | 254 | 142 | 63 |
| Binary | 1000 | 11111100 | 11011101 | 1100001 | 0 | 1100 | 1 | 10101100 | 1100010 | 110011 |
Color Harmonies of #08FCDD
Complementary color
Monochromatic Colors of #08FCDD
Black with #08FCDD
Text Example
Text Example
White with #08FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FCDD; }
p { color: rgb(8,252,221); }
H1.HeaderClassName
{
color: #08FCDD;
}
.AnyTagClassName
{
color: #08FCDD;
}
</style>
background-color css
<style>
a { background-color: #08FCDD; }
a { background-color: rgb(8,252,221); }
div.DivClassName
{
background-color: #08FCDD;
}
.BgClassName
{
background-color: #08FCDD;
}
</style>
border-color css
<style>
span { border-color: #08FCDD; }
span { border-color: rgb(8,252,221); }
td.TdClassName
{
border-color: #08FCDD;
}
.TagClassName
{
border-color: #08FCDD;
}
</style>