Shades of Turquoise Blue #6AEEDD
Tints of Turquoise Blue #6AEEDD
RGB
CMYK
RGB Variations
Color information
#6AEEDD (or 0x6AEEDD) is known color: Turquoise Blue. HEX triplet: 6A, EE and DD. RGB value is (106,238,221). Sum of RGB (Red+Green+Blue) = 106+238+221=565 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.76% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEDD is #951122. Grayscale: #C4C4C4. Windows color (decimal): -9769251 or 14544490. OLE color: 14544490.
HSL color Cylindrical-coordinate representation of color #6AEEDD: hue angle of 172.27º 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 #6AEEDD is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 221 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.07 |
| HSL | 172.27º | 0.8% | 0.67% | - |
| HSV(B) | 172.27º | 0.55% | 0.93% | - |
| XYZ | 49.57 | 69.43 | 79.2 | - |
| YUV | 196.59 | 141.77 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 221 | 0.55 | 0 | 0.07 | 0.07 | 172.27 | 0.8 | 0.67 |
| Hex | 6A | EE | DD | 37 | 0 | 7 | 7 | AC | 50 | 43 |
| Octal | 152 | 356 | 335 | 67 | 0 | 7 | 7 | 254 | 120 | 103 |
| Binary | 1101010 | 11101110 | 11011101 | 110111 | 0 | 111 | 111 | 10101100 | 1010000 | 1000011 |
Color Harmonies of #6AEEDD
Complementary color
Monochromatic Colors of #6AEEDD
Black with #6AEEDD
Text Example
Text Example
White with #6AEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEEDD; }
p { color: rgb(106,238,221); }
H1.HeaderClassName
{
color: #6AEEDD;
}
.AnyTagClassName
{
color: #6AEEDD;
}
</style>
background-color css
<style>
a { background-color: #6AEEDD; }
a { background-color: rgb(106,238,221); }
div.DivClassName
{
background-color: #6AEEDD;
}
.BgClassName
{
background-color: #6AEEDD;
}
</style>
border-color css
<style>
span { border-color: #6AEEDD; }
span { border-color: rgb(106,238,221); }
td.TdClassName
{
border-color: #6AEEDD;
}
.TagClassName
{
border-color: #6AEEDD;
}
</style>