Shades of Turquoise Blue #6EDEFC
Tints of Turquoise Blue #6EDEFC
RGB
CMYK
RGB Variations
Color information
#6EDEFC (or 0x6EDEFC) is known color: Turquoise Blue. HEX triplet: 6E, DE and FC. RGB value is (110,222,252). Sum of RGB (Red+Green+Blue) = 110+222+252=584 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.84% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EDEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEFC is #912103. Grayscale: #BFBFBF. Windows color (decimal): -9511172 or 16572014. OLE color: 16572014.
HSL color Cylindrical-coordinate representation of color #6EDEFC: hue angle of 192.68º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EDEFC is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 222 | 252 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.01 |
| HSL | 192.68º | 0.96% | 0.71% | - |
| HSV(B) | 192.68º | 0.56% | 0.99% | - |
| XYZ | 50.12 | 62.59 | 101.53 | - |
| YUV | 191.93 | 161.89 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 252 | 0.56 | 0.12 | 0 | 0.01 | 192.68 | 0.96 | 0.71 |
| Hex | 6E | DE | FC | 38 | C | 0 | 1 | C1 | 60 | 47 |
| Octal | 156 | 336 | 374 | 70 | 14 | 0 | 1 | 301 | 140 | 107 |
| Binary | 1101110 | 11011110 | 11111100 | 111000 | 1100 | 0 | 1 | 11000001 | 1100000 | 1000111 |
Color Harmonies of #6EDEFC
Complementary color
Monochromatic Colors of #6EDEFC
Black with #6EDEFC
Text Example
Text Example
White with #6EDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDEFC; }
p { color: rgb(110,222,252); }
H1.HeaderClassName
{
color: #6EDEFC;
}
.AnyTagClassName
{
color: #6EDEFC;
}
</style>
background-color css
<style>
a { background-color: #6EDEFC; }
a { background-color: rgb(110,222,252); }
div.DivClassName
{
background-color: #6EDEFC;
}
.BgClassName
{
background-color: #6EDEFC;
}
</style>
border-color css
<style>
span { border-color: #6EDEFC; }
span { border-color: rgb(110,222,252); }
td.TdClassName
{
border-color: #6EDEFC;
}
.TagClassName
{
border-color: #6EDEFC;
}
</style>