Shades of Turquoise Blue #6ADEDC
Tints of Turquoise Blue #6ADEDC
RGB
CMYK
RGB Variations
Color information
#6ADEDC (or 0x6ADEDC) is known color: Turquoise Blue. HEX triplet: 6A, DE and DC. RGB value is (106,222,220). Sum of RGB (Red+Green+Blue) = 106+222+220=548 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.34% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEDC is #952123. Grayscale: #BABABA. Windows color (decimal): -9773348 or 14474858. OLE color: 14474858.
HSL color Cylindrical-coordinate representation of color #6ADEDC: hue angle of 178.97º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADEDC is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 220 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.13 |
| HSL | 178.97º | 0.64% | 0.64% | - |
| HSV(B) | 178.97º | 0.52% | 0.87% | - |
| XYZ | 44.98 | 60.47 | 77.01 | - |
| YUV | 187.09 | 146.57 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 220 | 0.52 | 0 | 0.01 | 0.13 | 178.97 | 0.64 | 0.64 |
| Hex | 6A | DE | DC | 34 | 0 | 1 | D | B3 | 40 | 40 |
| Octal | 152 | 336 | 334 | 64 | 0 | 1 | 15 | 263 | 100 | 100 |
| Binary | 1101010 | 11011110 | 11011100 | 110100 | 0 | 1 | 1101 | 10110011 | 1000000 | 1000000 |
Color Harmonies of #6ADEDC
Complementary color
Monochromatic Colors of #6ADEDC
Black with #6ADEDC
Text Example
Text Example
White with #6ADEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEDC; }
p { color: rgb(106,222,220); }
H1.HeaderClassName
{
color: #6ADEDC;
}
.AnyTagClassName
{
color: #6ADEDC;
}
</style>
background-color css
<style>
a { background-color: #6ADEDC; }
a { background-color: rgb(106,222,220); }
div.DivClassName
{
background-color: #6ADEDC;
}
.BgClassName
{
background-color: #6ADEDC;
}
</style>
border-color css
<style>
span { border-color: #6ADEDC; }
span { border-color: rgb(106,222,220); }
td.TdClassName
{
border-color: #6ADEDC;
}
.TagClassName
{
border-color: #6ADEDC;
}
</style>