Shades of Turquoise #2ADDE6
Tints of Turquoise #2ADDE6
RGB
CMYK
RGB Variations
Color information
#2ADDE6 (or 0x2ADDE6) is known color: Turquoise. HEX triplet: 2A, DD and E6. RGB value is (42,221,230). Sum of RGB (Red+Green+Blue) = 42+221+230=493 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.52% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #2ADDE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADDE6 is #D52219. Grayscale: #A8A8A8. Windows color (decimal): -13967898 or 15129898. OLE color: 15129898.
HSL color Cylindrical-coordinate representation of color #2ADDE6: hue angle of 182.87º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADDE6 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 221 | 230 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.10 |
| HSL | 182.87º | 0.79% | 0.53% | - |
| HSV(B) | 182.87º | 0.82% | 0.9% | - |
| XYZ | 41.09 | 57.92 | 83.88 | - |
| YUV | 168.51 | 162.7 | 37.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 230 | 0.82 | 0.04 | 0 | 0.10 | 182.87 | 0.79 | 0.53 |
| Hex | 2A | DD | E6 | 52 | 4 | 0 | A | B7 | 4F | 35 |
| Octal | 52 | 335 | 346 | 122 | 4 | 0 | 12 | 267 | 117 | 65 |
| Binary | 101010 | 11011101 | 11100110 | 1010010 | 100 | 0 | 1010 | 10110111 | 1001111 | 110101 |
Color Harmonies of #2ADDE6
Complementary color
Monochromatic Colors of #2ADDE6
Black with #2ADDE6
Text Example
Text Example
White with #2ADDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDE6; }
p { color: rgb(42,221,230); }
H1.HeaderClassName
{
color: #2ADDE6;
}
.AnyTagClassName
{
color: #2ADDE6;
}
</style>
background-color css
<style>
a { background-color: #2ADDE6; }
a { background-color: rgb(42,221,230); }
div.DivClassName
{
background-color: #2ADDE6;
}
.BgClassName
{
background-color: #2ADDE6;
}
</style>
border-color css
<style>
span { border-color: #2ADDE6; }
span { border-color: rgb(42,221,230); }
td.TdClassName
{
border-color: #2ADDE6;
}
.TagClassName
{
border-color: #2ADDE6;
}
</style>