Shades of Turquoise Blue #6EEEEE
Tints of Turquoise Blue #6EEEEE
RGB
CMYK
RGB Variations
Color information
#6EEEEE (or 0x6EEEEE) is known color: Turquoise Blue. HEX triplet: 6E, EE and EE. RGB value is (110,238,238). Sum of RGB (Red+Green+Blue) = 110+238+238=586 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.77% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #6EEEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEEEE is #911111. Grayscale: #C7C7C7. Windows color (decimal): -9507090 or 15658606. OLE color: 15658606.
HSL color Cylindrical-coordinate representation of color #6EEEEE: hue angle of 180º 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 #6EEEEE is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 238 | 238 | - |
| CMYK | 0.54 | 0 | 0 | 0.07 |
| HSL | 180º | 0.79% | 0.68% | - |
| HSV(B) | 180º | 0.54% | 0.93% | - |
| XYZ | 52.44 | 70.64 | 91.76 | - |
| YUV | 199.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 238 | 238 | 0.54 | 0 | 0 | 0.07 | 180 | 0.79 | 0.68 |
| Hex | 6E | EE | EE | 36 | 0 | 0 | 7 | B4 | 4F | 44 |
| Octal | 156 | 356 | 356 | 66 | 0 | 0 | 7 | 264 | 117 | 104 |
| Binary | 1101110 | 11101110 | 11101110 | 110110 | 0 | 0 | 111 | 10110100 | 1001111 | 1000100 |
Color Harmonies of #6EEEEE
Complementary color
Monochromatic Colors of #6EEEEE
Black with #6EEEEE
Text Example
Text Example
White with #6EEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEEEE; }
p { color: rgb(110,238,238); }
H1.HeaderClassName
{
color: #6EEEEE;
}
.AnyTagClassName
{
color: #6EEEEE;
}
</style>
background-color css
<style>
a { background-color: #6EEEEE; }
a { background-color: rgb(110,238,238); }
div.DivClassName
{
background-color: #6EEEEE;
}
.BgClassName
{
background-color: #6EEEEE;
}
</style>
border-color css
<style>
span { border-color: #6EEEEE; }
span { border-color: rgb(110,238,238); }
td.TdClassName
{
border-color: #6EEEEE;
}
.TagClassName
{
border-color: #6EEEEE;
}
</style>