Shades of Turquoise Blue #6EDEEE
Tints of Turquoise Blue #6EDEEE
RGB
CMYK
RGB Variations
Color information
#6EDEEE (or 0x6EDEEE) is known color: Turquoise Blue. HEX triplet: 6E, DE and EE. RGB value is (110,222,238). Sum of RGB (Red+Green+Blue) = 110+222+238=570 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.30% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #6EDEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEEE is #912111. Grayscale: #BEBEBE. Windows color (decimal): -9511186 or 15654510. OLE color: 15654510.
HSL color Cylindrical-coordinate representation of color #6EDEEE: hue angle of 187.5º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EDEEE is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 222 | 238 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.07 |
| HSL | 187.5º | 0.79% | 0.68% | - |
| HSV(B) | 187.5º | 0.54% | 0.93% | - |
| XYZ | 47.98 | 61.73 | 90.28 | - |
| YUV | 190.34 | 154.89 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 238 | 0.54 | 0.07 | 0 | 0.07 | 187.5 | 0.79 | 0.68 |
| Hex | 6E | DE | EE | 36 | 7 | 0 | 7 | BC | 4F | 44 |
| Octal | 156 | 336 | 356 | 66 | 7 | 0 | 7 | 274 | 117 | 104 |
| Binary | 1101110 | 11011110 | 11101110 | 110110 | 111 | 0 | 111 | 10111100 | 1001111 | 1000100 |
Color Harmonies of #6EDEEE
Complementary color
Monochromatic Colors of #6EDEEE
Black with #6EDEEE
Text Example
Text Example
White with #6EDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDEEE; }
p { color: rgb(110,222,238); }
H1.HeaderClassName
{
color: #6EDEEE;
}
.AnyTagClassName
{
color: #6EDEEE;
}
</style>
background-color css
<style>
a { background-color: #6EDEEE; }
a { background-color: rgb(110,222,238); }
div.DivClassName
{
background-color: #6EDEEE;
}
.BgClassName
{
background-color: #6EDEEE;
}
</style>
border-color css
<style>
span { border-color: #6EDEEE; }
span { border-color: rgb(110,222,238); }
td.TdClassName
{
border-color: #6EDEEE;
}
.TagClassName
{
border-color: #6EDEEE;
}
</style>