Shades of Turquoise Blue #6AEEDC
Tints of Turquoise Blue #6AEEDC
RGB
CMYK
RGB Variations
Color information
#6AEEDC (or 0x6AEEDC) is known color: Turquoise Blue. HEX triplet: 6A, EE and DC. RGB value is (106,238,220). Sum of RGB (Red+Green+Blue) = 106+238+220=564 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.79% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEDC is #951123. Grayscale: #C4C4C4. Windows color (decimal): -9769252 or 14478954. OLE color: 14478954.
HSL color Cylindrical-coordinate representation of color #6AEEDC: hue angle of 171.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEEDC is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 220 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.07 |
| HSL | 171.82º | 0.8% | 0.67% | - |
| HSV(B) | 171.82º | 0.55% | 0.93% | - |
| XYZ | 49.44 | 69.38 | 78.5 | - |
| YUV | 196.48 | 141.27 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 220 | 0.55 | 0 | 0.08 | 0.07 | 171.82 | 0.8 | 0.67 |
| Hex | 6A | EE | DC | 37 | 0 | 8 | 7 | AC | 50 | 43 |
| Octal | 152 | 356 | 334 | 67 | 0 | 10 | 7 | 254 | 120 | 103 |
| Binary | 1101010 | 11101110 | 11011100 | 110111 | 0 | 1000 | 111 | 10101100 | 1010000 | 1000011 |
Color Harmonies of #6AEEDC
Complementary color
Monochromatic Colors of #6AEEDC
Black with #6AEEDC
Text Example
Text Example
White with #6AEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEEDC; }
p { color: rgb(106,238,220); }
H1.HeaderClassName
{
color: #6AEEDC;
}
.AnyTagClassName
{
color: #6AEEDC;
}
</style>
background-color css
<style>
a { background-color: #6AEEDC; }
a { background-color: rgb(106,238,220); }
div.DivClassName
{
background-color: #6AEEDC;
}
.BgClassName
{
background-color: #6AEEDC;
}
</style>
border-color css
<style>
span { border-color: #6AEEDC; }
span { border-color: rgb(106,238,220); }
td.TdClassName
{
border-color: #6AEEDC;
}
.TagClassName
{
border-color: #6AEEDC;
}
</style>