Shades of Bright Turquoise #06FDD8
Tints of Bright Turquoise #06FDD8
RGB
CMYK
RGB Variations
Color information
#06FDD8 (or 0x06FDD8) is known color: Bright Turquoise. HEX triplet: 06, FD and D8. RGB value is (6,253,216). Sum of RGB (Red+Green+Blue) = 6+253+216=475 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #06FDD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FDD8 is #F90227. Grayscale: #AEAEAE. Windows color (decimal): -16319016 or 14220550. OLE color: 14220550.
HSL color Cylindrical-coordinate representation of color #06FDD8: hue angle of 171.01º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FDD8 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 253 | 216 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.01 |
| HSL | 171.01º | 0.98% | 0.51% | - |
| HSV(B) | 171.01º | 0.98% | 0.99% | - |
| XYZ | 47.6 | 75.25 | 76.98 | - |
| YUV | 174.93 | 151.17 | 7.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 253 | 216 | 0.98 | 0 | 0.15 | 0.01 | 171.01 | 0.98 | 0.51 |
| Hex | 6 | FD | D8 | 62 | 0 | F | 1 | AB | 62 | 33 |
| Octal | 6 | 375 | 330 | 142 | 0 | 17 | 1 | 253 | 142 | 63 |
| Binary | 110 | 11111101 | 11011000 | 1100010 | 0 | 1111 | 1 | 10101011 | 1100010 | 110011 |
Color Harmonies of #06FDD8
Complementary color
Monochromatic Colors of #06FDD8
Black with #06FDD8
Text Example
Text Example
White with #06FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FDD8; }
p { color: rgb(6,253,216); }
H1.HeaderClassName
{
color: #06FDD8;
}
.AnyTagClassName
{
color: #06FDD8;
}
</style>
background-color css
<style>
a { background-color: #06FDD8; }
a { background-color: rgb(6,253,216); }
div.DivClassName
{
background-color: #06FDD8;
}
.BgClassName
{
background-color: #06FDD8;
}
</style>
border-color css
<style>
span { border-color: #06FDD8; }
span { border-color: rgb(6,253,216); }
td.TdClassName
{
border-color: #06FDD8;
}
.TagClassName
{
border-color: #06FDD8;
}
</style>