Shades of Turquoise #2ADECA
Tints of Turquoise #2ADECA
RGB
CMYK
RGB Variations
Color information
#2ADECA (or 0x2ADECA) is known color: Turquoise. HEX triplet: 2A, DE and CA. RGB value is (42,222,202). Sum of RGB (Red+Green+Blue) = 42+222+202=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADECA is #D52135. Grayscale: #A5A5A5. Windows color (decimal): -13967670 or 13295146. OLE color: 13295146.
HSL color Cylindrical-coordinate representation of color #2ADECA: hue angle of 173.33º 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 #2ADECA is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 202 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.13 |
| HSL | 173.33º | 0.73% | 0.52% | - |
| HSV(B) | 173.33º | 0.81% | 0.87% | - |
| XYZ | 37.74 | 57 | 64.89 | - |
| YUV | 165.9 | 148.37 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 202 | 0.81 | 0 | 0.09 | 0.13 | 173.33 | 0.73 | 0.52 |
| Hex | 2A | DE | CA | 51 | 0 | 9 | D | AD | 49 | 34 |
| Octal | 52 | 336 | 312 | 121 | 0 | 11 | 15 | 255 | 111 | 64 |
| Binary | 101010 | 11011110 | 11001010 | 1010001 | 0 | 1001 | 1101 | 10101101 | 1001001 | 110100 |
Color Harmonies of #2ADECA
Complementary color
Monochromatic Colors of #2ADECA
Black with #2ADECA
Text Example
Text Example
White with #2ADECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADECA; }
p { color: rgb(42,222,202); }
H1.HeaderClassName
{
color: #2ADECA;
}
.AnyTagClassName
{
color: #2ADECA;
}
</style>
background-color css
<style>
a { background-color: #2ADECA; }
a { background-color: rgb(42,222,202); }
div.DivClassName
{
background-color: #2ADECA;
}
.BgClassName
{
background-color: #2ADECA;
}
</style>
border-color css
<style>
span { border-color: #2ADECA; }
span { border-color: rgb(42,222,202); }
td.TdClassName
{
border-color: #2ADECA;
}
.TagClassName
{
border-color: #2ADECA;
}
</style>