Shades of Bright Turquoise #06FDE8
Tints of Bright Turquoise #06FDE8
RGB
CMYK
RGB Variations
Color information
#06FDE8 (or 0x06FDE8) is known color: Bright Turquoise. HEX triplet: 06, FD and E8. RGB value is (6,253,232). Sum of RGB (Red+Green+Blue) = 6+253+232=491 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.22% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #06FDE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FDE8 is #F90217. Grayscale: #B0B0B0. Windows color (decimal): -16319000 or 15269126. OLE color: 15269126.
HSL color Cylindrical-coordinate representation of color #06FDE8: hue angle of 174.9º 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 #06FDE8 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 253 | 232 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.01 |
| HSL | 174.9º | 0.98% | 0.51% | - |
| HSV(B) | 174.9º | 0.98% | 0.99% | - |
| XYZ | 49.77 | 76.12 | 88.41 | - |
| YUV | 176.75 | 159.17 | 6.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 253 | 232 | 0.98 | 0 | 0.08 | 0.01 | 174.9 | 0.98 | 0.51 |
| Hex | 6 | FD | E8 | 62 | 0 | 8 | 1 | AF | 62 | 33 |
| Octal | 6 | 375 | 350 | 142 | 0 | 10 | 1 | 257 | 142 | 63 |
| Binary | 110 | 11111101 | 11101000 | 1100010 | 0 | 1000 | 1 | 10101111 | 1100010 | 110011 |
Color Harmonies of #06FDE8
Complementary color
Monochromatic Colors of #06FDE8
Black with #06FDE8
Text Example
Text Example
White with #06FDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FDE8; }
p { color: rgb(6,253,232); }
H1.HeaderClassName
{
color: #06FDE8;
}
.AnyTagClassName
{
color: #06FDE8;
}
</style>
background-color css
<style>
a { background-color: #06FDE8; }
a { background-color: rgb(6,253,232); }
div.DivClassName
{
background-color: #06FDE8;
}
.BgClassName
{
background-color: #06FDE8;
}
</style>
border-color css
<style>
span { border-color: #06FDE8; }
span { border-color: rgb(6,253,232); }
td.TdClassName
{
border-color: #06FDE8;
}
.TagClassName
{
border-color: #06FDE8;
}
</style>