Shades of Turquoise Blue #6EDAFF
Tints of Turquoise Blue #6EDAFF
RGB
CMYK
RGB Variations
Color information
#6EDAFF (or 0x6EDAFF) is known color: Turquoise Blue. HEX triplet: 6E, DA and FF. RGB value is (110,218,255). Sum of RGB (Red+Green+Blue) = 110+218+255=583 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.87% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EDAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDAFF is #912500. Grayscale: #BDBDBD. Windows color (decimal): -9512193 or 16767598. OLE color: 16767598.
HSL color Cylindrical-coordinate representation of color #6EDAFF: hue angle of 195.31º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EDAFF is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 218 | 255 | - |
| CMYK | 0.57 | 0.15 | 0 | 0 |
| HSL | 195.31º | 1% | 0.72% | - |
| HSV(B) | 195.31º | 0.57% | 1% | - |
| XYZ | 49.55 | 60.68 | 103.71 | - |
| YUV | 189.93 | 164.72 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 255 | 0.57 | 0.15 | 0 | 0 | 195.31 | 1 | 0.72 |
| Hex | 6E | DA | FF | 39 | F | 0 | 0 | C3 | 64 | 48 |
| Octal | 156 | 332 | 377 | 71 | 17 | 0 | 0 | 303 | 144 | 110 |
| Binary | 1101110 | 11011010 | 11111111 | 111001 | 1111 | 0 | 0 | 11000011 | 1100100 | 1001000 |
Color Harmonies of #6EDAFF
Complementary color
Monochromatic Colors of #6EDAFF
Black with #6EDAFF
Text Example
Text Example
White with #6EDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDAFF; }
p { color: rgb(110,218,255); }
H1.HeaderClassName
{
color: #6EDAFF;
}
.AnyTagClassName
{
color: #6EDAFF;
}
</style>
background-color css
<style>
a { background-color: #6EDAFF; }
a { background-color: rgb(110,218,255); }
div.DivClassName
{
background-color: #6EDAFF;
}
.BgClassName
{
background-color: #6EDAFF;
}
</style>
border-color css
<style>
span { border-color: #6EDAFF; }
span { border-color: rgb(110,218,255); }
td.TdClassName
{
border-color: #6EDAFF;
}
.TagClassName
{
border-color: #6EDAFF;
}
</style>