Shades of Turquoise Blue #6EDFED
Tints of Turquoise Blue #6EDFED
RGB
CMYK
RGB Variations
Color information
#6EDFED (or 0x6EDFED) is known color: Turquoise Blue. HEX triplet: 6E, DF and ED. RGB value is (110,223,237). Sum of RGB (Red+Green+Blue) = 110+223+237=570 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.30% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #6EDFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDFED is #912012. Grayscale: #BEBEBE. Windows color (decimal): -9510931 or 15589230. OLE color: 15589230.
HSL color Cylindrical-coordinate representation of color #6EDFED: hue angle of 186.61º degrees, saturation: 0.78, 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 #6EDFED is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 223 | 237 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.07 |
| HSL | 186.61º | 0.78% | 0.68% | - |
| HSV(B) | 186.61º | 0.54% | 0.93% | - |
| XYZ | 48.1 | 62.2 | 89.59 | - |
| YUV | 190.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 237 | 0.54 | 0.06 | 0 | 0.07 | 186.61 | 0.78 | 0.68 |
| Hex | 6E | DF | ED | 36 | 6 | 0 | 7 | BB | 4E | 44 |
| Octal | 156 | 337 | 355 | 66 | 6 | 0 | 7 | 273 | 116 | 104 |
| Binary | 1101110 | 11011111 | 11101101 | 110110 | 110 | 0 | 111 | 10111011 | 1001110 | 1000100 |
Color Harmonies of #6EDFED
Complementary color
Monochromatic Colors of #6EDFED
Black with #6EDFED
Text Example
Text Example
White with #6EDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDFED; }
p { color: rgb(110,223,237); }
H1.HeaderClassName
{
color: #6EDFED;
}
.AnyTagClassName
{
color: #6EDFED;
}
</style>
background-color css
<style>
a { background-color: #6EDFED; }
a { background-color: rgb(110,223,237); }
div.DivClassName
{
background-color: #6EDFED;
}
.BgClassName
{
background-color: #6EDFED;
}
</style>
border-color css
<style>
span { border-color: #6EDFED; }
span { border-color: rgb(110,223,237); }
td.TdClassName
{
border-color: #6EDFED;
}
.TagClassName
{
border-color: #6EDFED;
}
</style>