Shades of Bright Turquoise #06F8CF
Tints of Bright Turquoise #06F8CF
RGB
CMYK
RGB Variations
Color information
#06F8CF (or 0x06F8CF) is known color: Bright Turquoise. HEX triplet: 06, F8 and CF. RGB value is (6,248,207). Sum of RGB (Red+Green+Blue) = 6+248+207=461 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 461); Green value is 248 (97.27% from 255 or 53.80% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 248 - color contains mainly: green. Hex color #06F8CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F8CF is #F90730. Grayscale: #AAAAAA. Windows color (decimal): -16320305 or 13629446. OLE color: 13629446.
HSL color Cylindrical-coordinate representation of color #06F8CF: hue angle of 169.83º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F8CF is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 248 | 207 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.03 |
| HSL | 169.83º | 0.95% | 0.5% | - |
| HSV(B) | 169.83º | 0.98% | 0.97% | - |
| XYZ | 44.9 | 71.68 | 70.5 | - |
| YUV | 170.97 | 148.33 | 10.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 248 | 207 | 0.98 | 0 | 0.17 | 0.03 | 169.83 | 0.95 | 0.5 |
| Hex | 6 | F8 | CF | 62 | 0 | 11 | 3 | AA | 5F | 32 |
| Octal | 6 | 370 | 317 | 142 | 0 | 21 | 3 | 252 | 137 | 62 |
| Binary | 110 | 11111000 | 11001111 | 1100010 | 0 | 10001 | 11 | 10101010 | 1011111 | 110010 |
Color Harmonies of #06F8CF
Complementary color
Monochromatic Colors of #06F8CF
Black with #06F8CF
Text Example
Text Example
White with #06F8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F8CF; }
p { color: rgb(6,248,207); }
H1.HeaderClassName
{
color: #06F8CF;
}
.AnyTagClassName
{
color: #06F8CF;
}
</style>
background-color css
<style>
a { background-color: #06F8CF; }
a { background-color: rgb(6,248,207); }
div.DivClassName
{
background-color: #06F8CF;
}
.BgClassName
{
background-color: #06F8CF;
}
</style>
border-color css
<style>
span { border-color: #06F8CF; }
span { border-color: rgb(6,248,207); }
td.TdClassName
{
border-color: #06F8CF;
}
.TagClassName
{
border-color: #06F8CF;
}
</style>