Shades of Turquoise Blue #6AEDDC
Tints of Turquoise Blue #6AEDDC
RGB
CMYK
RGB Variations
Color information
#6AEDDC (or 0x6AEDDC) is known color: Turquoise Blue. HEX triplet: 6A, ED and DC. RGB value is (106,237,220). Sum of RGB (Red+Green+Blue) = 106+237+220=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDDC is #951223. Grayscale: #C3C3C3. Windows color (decimal): -9769508 or 14478698. OLE color: 14478698.
HSL color Cylindrical-coordinate representation of color #6AEDDC: hue angle of 172.21º 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 #6AEDDC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 220 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.07 |
| HSL | 172.21º | 0.78% | 0.67% | - |
| HSV(B) | 172.21º | 0.55% | 0.93% | - |
| XYZ | 49.15 | 68.8 | 78.4 | - |
| YUV | 195.89 | 141.6 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 220 | 0.55 | 0 | 0.07 | 0.07 | 172.21 | 0.78 | 0.67 |
| Hex | 6A | ED | DC | 37 | 0 | 7 | 7 | AC | 4E | 43 |
| Octal | 152 | 355 | 334 | 67 | 0 | 7 | 7 | 254 | 116 | 103 |
| Binary | 1101010 | 11101101 | 11011100 | 110111 | 0 | 111 | 111 | 10101100 | 1001110 | 1000011 |
Color Harmonies of #6AEDDC
Complementary color
Monochromatic Colors of #6AEDDC
Black with #6AEDDC
Text Example
Text Example
White with #6AEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEDDC; }
p { color: rgb(106,237,220); }
H1.HeaderClassName
{
color: #6AEDDC;
}
.AnyTagClassName
{
color: #6AEDDC;
}
</style>
background-color css
<style>
a { background-color: #6AEDDC; }
a { background-color: rgb(106,237,220); }
div.DivClassName
{
background-color: #6AEDDC;
}
.BgClassName
{
background-color: #6AEDDC;
}
</style>
border-color css
<style>
span { border-color: #6AEDDC; }
span { border-color: rgb(106,237,220); }
td.TdClassName
{
border-color: #6AEDDC;
}
.TagClassName
{
border-color: #6AEDDC;
}
</style>