Shades of Turquoise #2ADECE
Tints of Turquoise #2ADECE
RGB
CMYK
RGB Variations
Color information
#2ADECE (or 0x2ADECE) is known color: Turquoise. HEX triplet: 2A, DE and CE. RGB value is (42,222,206). Sum of RGB (Red+Green+Blue) = 42+222+206=470 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.94% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADECE is #D52131. Grayscale: #A6A6A6. Windows color (decimal): -13967666 or 13557290. OLE color: 13557290.
HSL color Cylindrical-coordinate representation of color #2ADECE: hue angle of 174.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADECE is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 206 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.13 |
| HSL | 174.67º | 0.73% | 0.52% | - |
| HSV(B) | 174.67º | 0.81% | 0.87% | - |
| XYZ | 38.22 | 57.19 | 67.42 | - |
| YUV | 166.36 | 150.37 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 206 | 0.81 | 0 | 0.07 | 0.13 | 174.67 | 0.73 | 0.52 |
| Hex | 2A | DE | CE | 51 | 0 | 7 | D | AF | 49 | 34 |
| Octal | 52 | 336 | 316 | 121 | 0 | 7 | 15 | 257 | 111 | 64 |
| Binary | 101010 | 11011110 | 11001110 | 1010001 | 0 | 111 | 1101 | 10101111 | 1001001 | 110100 |
Color Harmonies of #2ADECE
Complementary color
Monochromatic Colors of #2ADECE
Black with #2ADECE
Text Example
Text Example
White with #2ADECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADECE; }
p { color: rgb(42,222,206); }
H1.HeaderClassName
{
color: #2ADECE;
}
.AnyTagClassName
{
color: #2ADECE;
}
</style>
background-color css
<style>
a { background-color: #2ADECE; }
a { background-color: rgb(42,222,206); }
div.DivClassName
{
background-color: #2ADECE;
}
.BgClassName
{
background-color: #2ADECE;
}
</style>
border-color css
<style>
span { border-color: #2ADECE; }
span { border-color: rgb(42,222,206); }
td.TdClassName
{
border-color: #2ADECE;
}
.TagClassName
{
border-color: #2ADECE;
}
</style>