Shades of Turquoise Blue #6EDFFE
Tints of Turquoise Blue #6EDFFE
RGB
CMYK
RGB Variations
Color information
#6EDFFE (or 0x6EDFFE) is known color: Turquoise Blue. HEX triplet: 6E, DF and FE. RGB value is (110,223,254). Sum of RGB (Red+Green+Blue) = 110+223+254=587 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.74% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EDFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDFFE is #912001. Grayscale: #C0C0C0. Windows color (decimal): -9510914 or 16703342. OLE color: 16703342.
HSL color Cylindrical-coordinate representation of color #6EDFFE: hue angle of 192.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EDFFE is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 223 | 254 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.00 |
| HSL | 192.92º | 0.99% | 0.71% | - |
| HSV(B) | 192.92º | 0.57% | 1% | - |
| XYZ | 50.71 | 63.25 | 103.3 | - |
| YUV | 192.75 | 162.56 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 254 | 0.57 | 0.12 | 0 | 0.00 | 192.92 | 0.99 | 0.71 |
| Hex | 6E | DF | FE | 39 | C | 0 | 0 | C1 | 63 | 47 |
| Octal | 156 | 337 | 376 | 71 | 14 | 0 | 0 | 301 | 143 | 107 |
| Binary | 1101110 | 11011111 | 11111110 | 111001 | 1100 | 0 | 0 | 11000001 | 1100011 | 1000111 |
Color Harmonies of #6EDFFE
Complementary color
Monochromatic Colors of #6EDFFE
Black with #6EDFFE
Text Example
Text Example
White with #6EDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDFFE; }
p { color: rgb(110,223,254); }
H1.HeaderClassName
{
color: #6EDFFE;
}
.AnyTagClassName
{
color: #6EDFFE;
}
</style>
background-color css
<style>
a { background-color: #6EDFFE; }
a { background-color: rgb(110,223,254); }
div.DivClassName
{
background-color: #6EDFFE;
}
.BgClassName
{
background-color: #6EDFFE;
}
</style>
border-color css
<style>
span { border-color: #6EDFFE; }
span { border-color: rgb(110,223,254); }
td.TdClassName
{
border-color: #6EDFFE;
}
.TagClassName
{
border-color: #6EDFFE;
}
</style>