Shades of Turquoise Blue #6DEEE6
Tints of Turquoise Blue #6DEEE6
RGB
CMYK
RGB Variations
Color information
#6DEEE6 (or 0x6DEEE6) is known color: Turquoise Blue. HEX triplet: 6D, EE and E6. RGB value is (109,238,230). Sum of RGB (Red+Green+Blue) = 109+238+230=577 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.89% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #6DEEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEEE6 is #921119. Grayscale: #C6C6C6. Windows color (decimal): -9572634 or 15134317. OLE color: 15134317.
HSL color Cylindrical-coordinate representation of color #6DEEE6: hue angle of 176.28º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEEE6 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 238 | 230 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.07 |
| HSL | 176.28º | 0.79% | 0.68% | - |
| HSV(B) | 176.28º | 0.54% | 0.93% | - |
| XYZ | 51.16 | 70.11 | 85.7 | - |
| YUV | 198.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 238 | 230 | 0.54 | 0 | 0.03 | 0.07 | 176.28 | 0.79 | 0.68 |
| Hex | 6D | EE | E6 | 36 | 0 | 3 | 7 | B0 | 4F | 44 |
| Octal | 155 | 356 | 346 | 66 | 0 | 3 | 7 | 260 | 117 | 104 |
| Binary | 1101101 | 11101110 | 11100110 | 110110 | 0 | 11 | 111 | 10110000 | 1001111 | 1000100 |
Color Harmonies of #6DEEE6
Complementary color
Monochromatic Colors of #6DEEE6
Black with #6DEEE6
Text Example
Text Example
White with #6DEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEEE6; }
p { color: rgb(109,238,230); }
H1.HeaderClassName
{
color: #6DEEE6;
}
.AnyTagClassName
{
color: #6DEEE6;
}
</style>
background-color css
<style>
a { background-color: #6DEEE6; }
a { background-color: rgb(109,238,230); }
div.DivClassName
{
background-color: #6DEEE6;
}
.BgClassName
{
background-color: #6DEEE6;
}
</style>
border-color css
<style>
span { border-color: #6DEEE6; }
span { border-color: rgb(109,238,230); }
td.TdClassName
{
border-color: #6DEEE6;
}
.TagClassName
{
border-color: #6DEEE6;
}
</style>