Shades of Turquoise #2ADECC
Tints of Turquoise #2ADECC
RGB
CMYK
RGB Variations
Color information
#2ADECC (or 0x2ADECC) is known color: Turquoise. HEX triplet: 2A, DE and CC. RGB value is (42,222,204). Sum of RGB (Red+Green+Blue) = 42+222+204=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADECC is #D52133. Grayscale: #A6A6A6. Windows color (decimal): -13967668 or 13426218. OLE color: 13426218.
HSL color Cylindrical-coordinate representation of color #2ADECC: hue angle of 174º 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 #2ADECC is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 204 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.13 |
| HSL | 174º | 0.73% | 0.52% | - |
| HSV(B) | 174º | 0.81% | 0.87% | - |
| XYZ | 37.98 | 57.09 | 66.15 | - |
| YUV | 166.13 | 149.37 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 204 | 0.81 | 0 | 0.08 | 0.13 | 174 | 0.73 | 0.52 |
| Hex | 2A | DE | CC | 51 | 0 | 8 | D | AE | 49 | 34 |
| Octal | 52 | 336 | 314 | 121 | 0 | 10 | 15 | 256 | 111 | 64 |
| Binary | 101010 | 11011110 | 11001100 | 1010001 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110100 |
Color Harmonies of #2ADECC
Complementary color
Monochromatic Colors of #2ADECC
Black with #2ADECC
Text Example
Text Example
White with #2ADECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADECC; }
p { color: rgb(42,222,204); }
H1.HeaderClassName
{
color: #2ADECC;
}
.AnyTagClassName
{
color: #2ADECC;
}
</style>
background-color css
<style>
a { background-color: #2ADECC; }
a { background-color: rgb(42,222,204); }
div.DivClassName
{
background-color: #2ADECC;
}
.BgClassName
{
background-color: #2ADECC;
}
</style>
border-color css
<style>
span { border-color: #2ADECC; }
span { border-color: rgb(42,222,204); }
td.TdClassName
{
border-color: #2ADECC;
}
.TagClassName
{
border-color: #2ADECC;
}
</style>