Shades of Turquoise Blue #6EDEFB
Tints of Turquoise Blue #6EDEFB
RGB
CMYK
RGB Variations
Color information
#6EDEFB (or 0x6EDEFB) is known color: Turquoise Blue. HEX triplet: 6E, DE and FB. RGB value is (110,222,251). Sum of RGB (Red+Green+Blue) = 110+222+251=583 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.87% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #6EDEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEFB is #912104. Grayscale: #BFBFBF. Windows color (decimal): -9511173 or 16506478. OLE color: 16506478.
HSL color Cylindrical-coordinate representation of color #6EDEFB: hue angle of 192.34º degrees, saturation: 0.95, 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 #6EDEFB is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 222 | 251 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.02 |
| HSL | 192.34º | 0.95% | 0.71% | - |
| HSV(B) | 192.34º | 0.56% | 0.98% | - |
| XYZ | 49.96 | 62.52 | 100.7 | - |
| YUV | 191.82 | 161.39 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 251 | 0.56 | 0.12 | 0 | 0.02 | 192.34 | 0.95 | 0.71 |
| Hex | 6E | DE | FB | 38 | C | 0 | 2 | C0 | 5F | 47 |
| Octal | 156 | 336 | 373 | 70 | 14 | 0 | 2 | 300 | 137 | 107 |
| Binary | 1101110 | 11011110 | 11111011 | 111000 | 1100 | 0 | 10 | 11000000 | 1011111 | 1000111 |
Color Harmonies of #6EDEFB
Complementary color
Monochromatic Colors of #6EDEFB
Black with #6EDEFB
Text Example
Text Example
White with #6EDEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDEFB; }
p { color: rgb(110,222,251); }
H1.HeaderClassName
{
color: #6EDEFB;
}
.AnyTagClassName
{
color: #6EDEFB;
}
</style>
background-color css
<style>
a { background-color: #6EDEFB; }
a { background-color: rgb(110,222,251); }
div.DivClassName
{
background-color: #6EDEFB;
}
.BgClassName
{
background-color: #6EDEFB;
}
</style>
border-color css
<style>
span { border-color: #6EDEFB; }
span { border-color: rgb(110,222,251); }
td.TdClassName
{
border-color: #6EDEFB;
}
.TagClassName
{
border-color: #6EDEFB;
}
</style>