Shades of Turquoise Blue #6AEDDD
Tints of Turquoise Blue #6AEDDD
RGB
CMYK
RGB Variations
Color information
#6AEDDD (or 0x6AEDDD) is known color: Turquoise Blue. HEX triplet: 6A, ED and DD. RGB value is (106,237,221). Sum of RGB (Red+Green+Blue) = 106+237+221=564 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.79% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDDD is #951222. Grayscale: #C3C3C3. Windows color (decimal): -9769507 or 14544234. OLE color: 14544234.
HSL color Cylindrical-coordinate representation of color #6AEDDD: hue angle of 172.67º degrees, saturation: 0.78, 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 #6AEDDD is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 221 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.07 |
| HSL | 172.67º | 0.78% | 0.67% | - |
| HSV(B) | 172.67º | 0.55% | 0.93% | - |
| XYZ | 49.28 | 68.85 | 79.1 | - |
| YUV | 196.01 | 142.1 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 221 | 0.55 | 0 | 0.07 | 0.07 | 172.67 | 0.78 | 0.67 |
| Hex | 6A | ED | DD | 37 | 0 | 7 | 7 | AD | 4E | 43 |
| Octal | 152 | 355 | 335 | 67 | 0 | 7 | 7 | 255 | 116 | 103 |
| Binary | 1101010 | 11101101 | 11011101 | 110111 | 0 | 111 | 111 | 10101101 | 1001110 | 1000011 |
Color Harmonies of #6AEDDD
Complementary color
Monochromatic Colors of #6AEDDD
Black with #6AEDDD
Text Example
Text Example
White with #6AEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEDDD; }
p { color: rgb(106,237,221); }
H1.HeaderClassName
{
color: #6AEDDD;
}
.AnyTagClassName
{
color: #6AEDDD;
}
</style>
background-color css
<style>
a { background-color: #6AEDDD; }
a { background-color: rgb(106,237,221); }
div.DivClassName
{
background-color: #6AEDDD;
}
.BgClassName
{
background-color: #6AEDDD;
}
</style>
border-color css
<style>
span { border-color: #6AEDDD; }
span { border-color: rgb(106,237,221); }
td.TdClassName
{
border-color: #6AEDDD;
}
.TagClassName
{
border-color: #6AEDDD;
}
</style>