Shades of Turquoise Blue #6ED8EA
Tints of Turquoise Blue #6ED8EA
RGB
CMYK
RGB Variations
Color information
#6ED8EA (or 0x6ED8EA) is known color: Turquoise Blue. HEX triplet: 6E, D8 and EA. RGB value is (110,216,234). Sum of RGB (Red+Green+Blue) = 110+216+234=560 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.64% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ED8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED8EA is #912715. Grayscale: #BABABA. Windows color (decimal): -9512726 or 15390830. OLE color: 15390830.
HSL color Cylindrical-coordinate representation of color #6ED8EA: hue angle of 188.71º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ED8EA is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 216 | 234 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.08 |
| HSL | 188.71º | 0.75% | 0.67% | - |
| HSV(B) | 188.71º | 0.53% | 0.92% | - |
| XYZ | 45.84 | 58.37 | 86.69 | - |
| YUV | 186.36 | 154.88 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 216 | 234 | 0.53 | 0.08 | 0 | 0.08 | 188.71 | 0.75 | 0.67 |
| Hex | 6E | D8 | EA | 35 | 8 | 0 | 8 | BD | 4B | 43 |
| Octal | 156 | 330 | 352 | 65 | 10 | 0 | 10 | 275 | 113 | 103 |
| Binary | 1101110 | 11011000 | 11101010 | 110101 | 1000 | 0 | 1000 | 10111101 | 1001011 | 1000011 |
Color Harmonies of #6ED8EA
Complementary color
Monochromatic Colors of #6ED8EA
Black with #6ED8EA
Text Example
Text Example
White with #6ED8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED8EA; }
p { color: rgb(110,216,234); }
H1.HeaderClassName
{
color: #6ED8EA;
}
.AnyTagClassName
{
color: #6ED8EA;
}
</style>
background-color css
<style>
a { background-color: #6ED8EA; }
a { background-color: rgb(110,216,234); }
div.DivClassName
{
background-color: #6ED8EA;
}
.BgClassName
{
background-color: #6ED8EA;
}
</style>
border-color css
<style>
span { border-color: #6ED8EA; }
span { border-color: rgb(110,216,234); }
td.TdClassName
{
border-color: #6ED8EA;
}
.TagClassName
{
border-color: #6ED8EA;
}
</style>