Shades of Turquoise Blue #6FE8F9
Tints of Turquoise Blue #6FE8F9
RGB
CMYK
RGB Variations
Color information
#6FE8F9 (or 0x6FE8F9) is known color: Turquoise Blue. HEX triplet: 6F, E8 and F9. RGB value is (111,232,249). Sum of RGB (Red+Green+Blue) = 111+232+249=592 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.75% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #6FE8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FE8F9 is #901706. Grayscale: #C5C5C5. Windows color (decimal): -9443079 or 16377967. OLE color: 16377967.
HSL color Cylindrical-coordinate representation of color #6FE8F9: hue angle of 187.39º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FE8F9 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 232 | 249 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.02 |
| HSL | 187.39º | 0.92% | 0.71% | - |
| HSV(B) | 187.39º | 0.55% | 0.98% | - |
| XYZ | 52.51 | 67.93 | 99.97 | - |
| YUV | 197.76 | 156.91 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 232 | 249 | 0.55 | 0.07 | 0 | 0.02 | 187.39 | 0.92 | 0.71 |
| Hex | 6F | E8 | F9 | 37 | 7 | 0 | 2 | BB | 5C | 47 |
| Octal | 157 | 350 | 371 | 67 | 7 | 0 | 2 | 273 | 134 | 107 |
| Binary | 1101111 | 11101000 | 11111001 | 110111 | 111 | 0 | 10 | 10111011 | 1011100 | 1000111 |
Color Harmonies of #6FE8F9
Complementary color
Monochromatic Colors of #6FE8F9
Black with #6FE8F9
Text Example
Text Example
White with #6FE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE8F9; }
p { color: rgb(111,232,249); }
H1.HeaderClassName
{
color: #6FE8F9;
}
.AnyTagClassName
{
color: #6FE8F9;
}
</style>
background-color css
<style>
a { background-color: #6FE8F9; }
a { background-color: rgb(111,232,249); }
div.DivClassName
{
background-color: #6FE8F9;
}
.BgClassName
{
background-color: #6FE8F9;
}
</style>
border-color css
<style>
span { border-color: #6FE8F9; }
span { border-color: rgb(111,232,249); }
td.TdClassName
{
border-color: #6FE8F9;
}
.TagClassName
{
border-color: #6FE8F9;
}
</style>