Shades of Turquoise Blue #6DE9DE
Tints of Turquoise Blue #6DE9DE
RGB
CMYK
RGB Variations
Color information
#6DE9DE (or 0x6DE9DE) is known color: Turquoise Blue. HEX triplet: 6D, E9 and DE. RGB value is (109,233,222). Sum of RGB (Red+Green+Blue) = 109+233+222=564 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.33% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #6DE9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE9DE is #921621. Grayscale: #C2C2C2. Windows color (decimal): -9573922 or 14608749. OLE color: 14608749.
HSL color Cylindrical-coordinate representation of color #6DE9DE: hue angle of 174.68º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE9DE is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 233 | 222 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.09 |
| HSL | 174.68º | 0.74% | 0.67% | - |
| HSV(B) | 174.68º | 0.53% | 0.91% | - |
| XYZ | 48.63 | 66.8 | 79.44 | - |
| YUV | 194.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 233 | 222 | 0.53 | 0 | 0.05 | 0.09 | 174.68 | 0.74 | 0.67 |
| Hex | 6D | E9 | DE | 35 | 0 | 5 | 9 | AF | 4A | 43 |
| Octal | 155 | 351 | 336 | 65 | 0 | 5 | 11 | 257 | 112 | 103 |
| Binary | 1101101 | 11101001 | 11011110 | 110101 | 0 | 101 | 1001 | 10101111 | 1001010 | 1000011 |
Color Harmonies of #6DE9DE
Complementary color
Monochromatic Colors of #6DE9DE
Black with #6DE9DE
Text Example
Text Example
White with #6DE9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE9DE; }
p { color: rgb(109,233,222); }
H1.HeaderClassName
{
color: #6DE9DE;
}
.AnyTagClassName
{
color: #6DE9DE;
}
</style>
background-color css
<style>
a { background-color: #6DE9DE; }
a { background-color: rgb(109,233,222); }
div.DivClassName
{
background-color: #6DE9DE;
}
.BgClassName
{
background-color: #6DE9DE;
}
</style>
border-color css
<style>
span { border-color: #6DE9DE; }
span { border-color: rgb(109,233,222); }
td.TdClassName
{
border-color: #6DE9DE;
}
.TagClassName
{
border-color: #6DE9DE;
}
</style>