Shades of Turquoise Blue #6EDEF7
Tints of Turquoise Blue #6EDEF7
RGB
CMYK
RGB Variations
Color information
#6EDEF7 (or 0x6EDEF7) is known color: Turquoise Blue. HEX triplet: 6E, DE and F7. RGB value is (110,222,247). Sum of RGB (Red+Green+Blue) = 110+222+247=579 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.00% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #6EDEF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEF7 is #912108. Grayscale: #BFBFBF. Windows color (decimal): -9511177 or 16244334. OLE color: 16244334.
HSL color Cylindrical-coordinate representation of color #6EDEF7: hue angle of 190.95º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EDEF7 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 110 | 222 | 247 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.03 |
| HSL | 190.95º | 0.9% | 0.7% | - |
| HSV(B) | 190.95º | 0.55% | 0.97% | - |
| XYZ | 49.34 | 62.27 | 97.42 | - |
| YUV | 191.36 | 159.39 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 247 | 0.55 | 0.10 | 0 | 0.03 | 190.95 | 0.9 | 0.7 |
| Hex | 6E | DE | F7 | 37 | A | 0 | 3 | BF | 5A | 46 |
| Octal | 156 | 336 | 367 | 67 | 12 | 0 | 3 | 277 | 132 | 106 |
| Binary | 1101110 | 11011110 | 11110111 | 110111 | 1010 | 0 | 11 | 10111111 | 1011010 | 1000110 |
Color Harmonies of #6EDEF7
Complementary color
Monochromatic Colors of #6EDEF7
Black with #6EDEF7
Text Example
Text Example
White with #6EDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDEF7; }
p { color: rgb(110,222,247); }
H1.HeaderClassName
{
color: #6EDEF7;
}
.AnyTagClassName
{
color: #6EDEF7;
}
</style>
background-color css
<style>
a { background-color: #6EDEF7; }
a { background-color: rgb(110,222,247); }
div.DivClassName
{
background-color: #6EDEF7;
}
.BgClassName
{
background-color: #6EDEF7;
}
</style>
border-color css
<style>
span { border-color: #6EDEF7; }
span { border-color: rgb(110,222,247); }
td.TdClassName
{
border-color: #6EDEF7;
}
.TagClassName
{
border-color: #6EDEF7;
}
</style>