Shades of Turquoise Blue #6DEADA
Tints of Turquoise Blue #6DEADA
RGB
CMYK
RGB Variations
Color information
#6DEADA (or 0x6DEADA) is known color: Turquoise Blue. HEX triplet: 6D, EA and DA. RGB value is (109,234,218). Sum of RGB (Red+Green+Blue) = 109+234+218=561 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.43% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEADA is #921525. Grayscale: #C2C2C2. Windows color (decimal): -9573670 or 14346861. OLE color: 14346861.
HSL color Cylindrical-coordinate representation of color #6DEADA: hue angle of 172.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DEADA is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 234 | 218 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.08 |
| HSL | 172.32º | 0.75% | 0.67% | - |
| HSV(B) | 172.32º | 0.53% | 0.92% | - |
| XYZ | 48.38 | 67.16 | 76.74 | - |
| YUV | 194.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 218 | 0.53 | 0 | 0.07 | 0.08 | 172.32 | 0.75 | 0.67 |
| Hex | 6D | EA | DA | 35 | 0 | 7 | 8 | AC | 4B | 43 |
| Octal | 155 | 352 | 332 | 65 | 0 | 7 | 10 | 254 | 113 | 103 |
| Binary | 1101101 | 11101010 | 11011010 | 110101 | 0 | 111 | 1000 | 10101100 | 1001011 | 1000011 |
Color Harmonies of #6DEADA
Complementary color
Monochromatic Colors of #6DEADA
Black with #6DEADA
Text Example
Text Example
White with #6DEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEADA; }
p { color: rgb(109,234,218); }
H1.HeaderClassName
{
color: #6DEADA;
}
.AnyTagClassName
{
color: #6DEADA;
}
</style>
background-color css
<style>
a { background-color: #6DEADA; }
a { background-color: rgb(109,234,218); }
div.DivClassName
{
background-color: #6DEADA;
}
.BgClassName
{
background-color: #6DEADA;
}
</style>
border-color css
<style>
span { border-color: #6DEADA; }
span { border-color: rgb(109,234,218); }
td.TdClassName
{
border-color: #6DEADA;
}
.TagClassName
{
border-color: #6DEADA;
}
</style>