Shades of Turquoise Blue #6EDBFF
Tints of Turquoise Blue #6EDBFF
RGB
CMYK
RGB Variations
Color information
#6EDBFF (or 0x6EDBFF) is known color: Turquoise Blue. HEX triplet: 6E, DB and FF. RGB value is (110,219,255). Sum of RGB (Red+Green+Blue) = 110+219+255=584 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.84% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDBFF is #912400. Grayscale: #BEBEBE. Windows color (decimal): -9511937 or 16767854. OLE color: 16767854.
HSL color Cylindrical-coordinate representation of color #6EDBFF: hue angle of 194.9º 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 #6EDBFF is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 219 | 255 | - |
| CMYK | 0.57 | 0.14 | 0 | 0 |
| HSL | 194.9º | 1% | 0.72% | - |
| HSV(B) | 194.9º | 0.57% | 1% | - |
| XYZ | 49.81 | 61.2 | 103.79 | - |
| YUV | 190.51 | 164.39 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 255 | 0.57 | 0.14 | 0 | 0 | 194.9 | 1 | 0.72 |
| Hex | 6E | DB | FF | 39 | E | 0 | 0 | C3 | 64 | 48 |
| Octal | 156 | 333 | 377 | 71 | 16 | 0 | 0 | 303 | 144 | 110 |
| Binary | 1101110 | 11011011 | 11111111 | 111001 | 1110 | 0 | 0 | 11000011 | 1100100 | 1001000 |
Color Harmonies of #6EDBFF
Complementary color
Monochromatic Colors of #6EDBFF
Black with #6EDBFF
Text Example
Text Example
White with #6EDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDBFF; }
p { color: rgb(110,219,255); }
H1.HeaderClassName
{
color: #6EDBFF;
}
.AnyTagClassName
{
color: #6EDBFF;
}
</style>
background-color css
<style>
a { background-color: #6EDBFF; }
a { background-color: rgb(110,219,255); }
div.DivClassName
{
background-color: #6EDBFF;
}
.BgClassName
{
background-color: #6EDBFF;
}
</style>
border-color css
<style>
span { border-color: #6EDBFF; }
span { border-color: rgb(110,219,255); }
td.TdClassName
{
border-color: #6EDBFF;
}
.TagClassName
{
border-color: #6EDBFF;
}
</style>