Shades of Turquoise #2ADFC5
Tints of Turquoise #2ADFC5
RGB
CMYK
RGB Variations
Color information
#2ADFC5 (or 0x2ADFC5) is known color: Turquoise. HEX triplet: 2A, DF and C5. RGB value is (42,223,197). Sum of RGB (Red+Green+Blue) = 42+223+197=462 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.09% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFC5 is #D5203A. Grayscale: #A5A5A5. Windows color (decimal): -13967419 or 12967722. OLE color: 12967722.
HSL color Cylindrical-coordinate representation of color #2ADFC5: hue angle of 171.38º degrees, saturation: 0.74, 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 #2ADFC5 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 197 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.13 |
| HSL | 171.38º | 0.74% | 0.52% | - |
| HSV(B) | 171.38º | 0.81% | 0.87% | - |
| XYZ | 37.42 | 57.3 | 61.91 | - |
| YUV | 165.92 | 145.53 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 197 | 0.81 | 0 | 0.12 | 0.13 | 171.38 | 0.74 | 0.52 |
| Hex | 2A | DF | C5 | 51 | 0 | C | D | AB | 4A | 34 |
| Octal | 52 | 337 | 305 | 121 | 0 | 14 | 15 | 253 | 112 | 64 |
| Binary | 101010 | 11011111 | 11000101 | 1010001 | 0 | 1100 | 1101 | 10101011 | 1001010 | 110100 |
Color Harmonies of #2ADFC5
Complementary color
Monochromatic Colors of #2ADFC5
Black with #2ADFC5
Text Example
Text Example
White with #2ADFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFC5; }
p { color: rgb(42,223,197); }
H1.HeaderClassName
{
color: #2ADFC5;
}
.AnyTagClassName
{
color: #2ADFC5;
}
</style>
background-color css
<style>
a { background-color: #2ADFC5; }
a { background-color: rgb(42,223,197); }
div.DivClassName
{
background-color: #2ADFC5;
}
.BgClassName
{
background-color: #2ADFC5;
}
</style>
border-color css
<style>
span { border-color: #2ADFC5; }
span { border-color: rgb(42,223,197); }
td.TdClassName
{
border-color: #2ADFC5;
}
.TagClassName
{
border-color: #2ADFC5;
}
</style>