Shades of Bright Turquoise #08FDD0
Tints of Bright Turquoise #08FDD0
RGB
CMYK
RGB Variations
Color information
#08FDD0 (or 0x08FDD0) is known color: Bright Turquoise. HEX triplet: 08, FD and D0. RGB value is (8,253,208). Sum of RGB (Red+Green+Blue) = 8+253+208=469 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.71% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #08FDD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FDD0 is #F7022F. Grayscale: #AEAEAE. Windows color (decimal): -16187952 or 13696264. OLE color: 13696264.
HSL color Cylindrical-coordinate representation of color #08FDD0: hue angle of 168.98º 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 #08FDD0 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 253 | 208 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.01 |
| HSL | 168.98º | 0.98% | 0.51% | - |
| HSV(B) | 168.98º | 0.97% | 0.99% | - |
| XYZ | 46.61 | 74.86 | 71.67 | - |
| YUV | 174.62 | 146.83 | 9.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 253 | 208 | 0.97 | 0 | 0.18 | 0.01 | 168.98 | 0.98 | 0.51 |
| Hex | 8 | FD | D0 | 61 | 0 | 12 | 1 | A9 | 62 | 33 |
| Octal | 10 | 375 | 320 | 141 | 0 | 22 | 1 | 251 | 142 | 63 |
| Binary | 1000 | 11111101 | 11010000 | 1100001 | 0 | 10010 | 1 | 10101001 | 1100010 | 110011 |
Color Harmonies of #08FDD0
Complementary color
Monochromatic Colors of #08FDD0
Black with #08FDD0
Text Example
Text Example
White with #08FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FDD0; }
p { color: rgb(8,253,208); }
H1.HeaderClassName
{
color: #08FDD0;
}
.AnyTagClassName
{
color: #08FDD0;
}
</style>
background-color css
<style>
a { background-color: #08FDD0; }
a { background-color: rgb(8,253,208); }
div.DivClassName
{
background-color: #08FDD0;
}
.BgClassName
{
background-color: #08FDD0;
}
</style>
border-color css
<style>
span { border-color: #08FDD0; }
span { border-color: rgb(8,253,208); }
td.TdClassName
{
border-color: #08FDD0;
}
.TagClassName
{
border-color: #08FDD0;
}
</style>