Shades of Turquoise Blue #6DE8EE
Tints of Turquoise Blue #6DE8EE
RGB
CMYK
RGB Variations
Color information
#6DE8EE (or 0x6DE8EE) is known color: Turquoise Blue. HEX triplet: 6D, E8 and EE. RGB value is (109,232,238). Sum of RGB (Red+Green+Blue) = 109+232+238=579 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.83% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DE8EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DE8EE is #921711. Grayscale: #C3C3C3. Windows color (decimal): -9574162 or 15657069. OLE color: 15657069.
HSL color Cylindrical-coordinate representation of color #6DE8EE: hue angle of 182.79º 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 #6DE8EE is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 232 | 238 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.07 |
| HSL | 182.79º | 0.79% | 0.68% | - |
| HSV(B) | 182.79º | 0.54% | 0.93% | - |
| XYZ | 50.6 | 67.14 | 91.18 | - |
| YUV | 195.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 232 | 238 | 0.54 | 0.03 | 0 | 0.07 | 182.79 | 0.79 | 0.68 |
| Hex | 6D | E8 | EE | 36 | 3 | 0 | 7 | B7 | 4F | 44 |
| Octal | 155 | 350 | 356 | 66 | 3 | 0 | 7 | 267 | 117 | 104 |
| Binary | 1101101 | 11101000 | 11101110 | 110110 | 11 | 0 | 111 | 10110111 | 1001111 | 1000100 |
Color Harmonies of #6DE8EE
Complementary color
Monochromatic Colors of #6DE8EE
Black with #6DE8EE
Text Example
Text Example
White with #6DE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE8EE; }
p { color: rgb(109,232,238); }
H1.HeaderClassName
{
color: #6DE8EE;
}
.AnyTagClassName
{
color: #6DE8EE;
}
</style>
background-color css
<style>
a { background-color: #6DE8EE; }
a { background-color: rgb(109,232,238); }
div.DivClassName
{
background-color: #6DE8EE;
}
.BgClassName
{
background-color: #6DE8EE;
}
</style>
border-color css
<style>
span { border-color: #6DE8EE; }
span { border-color: rgb(109,232,238); }
td.TdClassName
{
border-color: #6DE8EE;
}
.TagClassName
{
border-color: #6DE8EE;
}
</style>