Shades of Turquoise Blue #6ADEE1
Tints of Turquoise Blue #6ADEE1
RGB
CMYK
RGB Variations
Color information
#6ADEE1 (or 0x6ADEE1) is known color: Turquoise Blue. HEX triplet: 6A, DE and E1. RGB value is (106,222,225). Sum of RGB (Red+Green+Blue) = 106+222+225=553 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.17% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #6ADEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEE1 is #95211E. Grayscale: #BBBBBB. Windows color (decimal): -9773343 or 14802538. OLE color: 14802538.
HSL color Cylindrical-coordinate representation of color #6ADEE1: hue angle of 181.51º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ADEE1 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 222 | 225 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.12 |
| HSL | 181.51º | 0.66% | 0.65% | - |
| HSV(B) | 181.51º | 0.53% | 0.88% | - |
| XYZ | 45.66 | 60.74 | 80.55 | - |
| YUV | 187.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 225 | 0.53 | 0.01 | 0 | 0.12 | 181.51 | 0.66 | 0.65 |
| Hex | 6A | DE | E1 | 35 | 1 | 0 | C | B6 | 42 | 41 |
| Octal | 152 | 336 | 341 | 65 | 1 | 0 | 14 | 266 | 102 | 101 |
| Binary | 1101010 | 11011110 | 11100001 | 110101 | 1 | 0 | 1100 | 10110110 | 1000010 | 1000001 |
Color Harmonies of #6ADEE1
Complementary color
Monochromatic Colors of #6ADEE1
Black with #6ADEE1
Text Example
Text Example
White with #6ADEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEE1; }
p { color: rgb(106,222,225); }
H1.HeaderClassName
{
color: #6ADEE1;
}
.AnyTagClassName
{
color: #6ADEE1;
}
</style>
background-color css
<style>
a { background-color: #6ADEE1; }
a { background-color: rgb(106,222,225); }
div.DivClassName
{
background-color: #6ADEE1;
}
.BgClassName
{
background-color: #6ADEE1;
}
</style>
border-color css
<style>
span { border-color: #6ADEE1; }
span { border-color: rgb(106,222,225); }
td.TdClassName
{
border-color: #6ADEE1;
}
.TagClassName
{
border-color: #6ADEE1;
}
</style>