Shades of Turquoise Blue #6EDEFA
Tints of Turquoise Blue #6EDEFA
RGB
CMYK
RGB Variations
Color information
#6EDEFA (or 0x6EDEFA) is known color: Turquoise Blue. HEX triplet: 6E, DE and FA. RGB value is (110,222,250). Sum of RGB (Red+Green+Blue) = 110+222+250=582 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.90% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EDEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEFA is #912105. Grayscale: #BFBFBF. Windows color (decimal): -9511174 or 16440942. OLE color: 16440942.
HSL color Cylindrical-coordinate representation of color #6EDEFA: hue angle of 192º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EDEFA is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 222 | 250 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.02 |
| HSL | 192º | 0.93% | 0.71% | - |
| HSV(B) | 192º | 0.56% | 0.98% | - |
| XYZ | 49.81 | 62.46 | 99.87 | - |
| YUV | 191.7 | 160.89 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 250 | 0.56 | 0.11 | 0 | 0.02 | 192 | 0.93 | 0.71 |
| Hex | 6E | DE | FA | 38 | B | 0 | 2 | C0 | 5D | 47 |
| Octal | 156 | 336 | 372 | 70 | 13 | 0 | 2 | 300 | 135 | 107 |
| Binary | 1101110 | 11011110 | 11111010 | 111000 | 1011 | 0 | 10 | 11000000 | 1011101 | 1000111 |
Color Harmonies of #6EDEFA
Complementary color
Monochromatic Colors of #6EDEFA
Black with #6EDEFA
Text Example
Text Example
White with #6EDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDEFA; }
p { color: rgb(110,222,250); }
H1.HeaderClassName
{
color: #6EDEFA;
}
.AnyTagClassName
{
color: #6EDEFA;
}
</style>
background-color css
<style>
a { background-color: #6EDEFA; }
a { background-color: rgb(110,222,250); }
div.DivClassName
{
background-color: #6EDEFA;
}
.BgClassName
{
background-color: #6EDEFA;
}
</style>
border-color css
<style>
span { border-color: #6EDEFA; }
span { border-color: rgb(110,222,250); }
td.TdClassName
{
border-color: #6EDEFA;
}
.TagClassName
{
border-color: #6EDEFA;
}
</style>