Shades of Turquoise Blue #6EDEDF
Tints of Turquoise Blue #6EDEDF
RGB
CMYK
RGB Variations
Color information
#6EDEDF (or 0x6EDEDF) is known color: Turquoise Blue. HEX triplet: 6E, DE and DF. RGB value is (110,222,223). Sum of RGB (Red+Green+Blue) = 110+222+223=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #6EDEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDEDF is #912120. Grayscale: #BCBCBC. Windows color (decimal): -9511201 or 14671470. OLE color: 14671470.
HSL color Cylindrical-coordinate representation of color #6EDEDF: hue angle of 180.53º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EDEDF is Cyan = 0.51, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 223 | - |
| CMYK | 0.51 | 0.00 | 0 | 0.13 |
| HSL | 180.53º | 0.64% | 0.65% | - |
| HSV(B) | 180.53º | 0.51% | 0.87% | - |
| XYZ | 45.87 | 60.89 | 79.15 | - |
| YUV | 188.63 | 147.39 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 223 | 0.51 | 0.00 | 0 | 0.13 | 180.53 | 0.64 | 0.65 |
| Hex | 6E | DE | DF | 33 | 0 | 0 | D | B5 | 40 | 41 |
| Octal | 156 | 336 | 337 | 63 | 0 | 0 | 15 | 265 | 100 | 101 |
| Binary | 1101110 | 11011110 | 11011111 | 110011 | 0 | 0 | 1101 | 10110101 | 1000000 | 1000001 |
Color Harmonies of #6EDEDF
Complementary color
Monochromatic Colors of #6EDEDF
Black with #6EDEDF
Text Example
Text Example
White with #6EDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDEDF; }
p { color: rgb(110,222,223); }
H1.HeaderClassName
{
color: #6EDEDF;
}
.AnyTagClassName
{
color: #6EDEDF;
}
</style>
background-color css
<style>
a { background-color: #6EDEDF; }
a { background-color: rgb(110,222,223); }
div.DivClassName
{
background-color: #6EDEDF;
}
.BgClassName
{
background-color: #6EDEDF;
}
</style>
border-color css
<style>
span { border-color: #6EDEDF; }
span { border-color: rgb(110,222,223); }
td.TdClassName
{
border-color: #6EDEDF;
}
.TagClassName
{
border-color: #6EDEDF;
}
</style>