Shades of Turquoise #2ADFBD
Tints of Turquoise #2ADFBD
RGB
CMYK
RGB Variations
Color information
#2ADFBD (or 0x2ADFBD) is known color: Turquoise. HEX triplet: 2A, DF and BD. RGB value is (42,223,189). Sum of RGB (Red+Green+Blue) = 42+223+189=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFBD is #D52042. Grayscale: #A4A4A4. Windows color (decimal): -13967427 or 12443434. OLE color: 12443434.
HSL color Cylindrical-coordinate representation of color #2ADFBD: hue angle of 168.73º 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 #2ADFBD is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 189 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.13 |
| HSL | 168.73º | 0.74% | 0.52% | - |
| HSV(B) | 168.73º | 0.81% | 0.87% | - |
| XYZ | 36.53 | 56.94 | 57.21 | - |
| YUV | 165.01 | 141.53 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 189 | 0.81 | 0 | 0.15 | 0.13 | 168.73 | 0.74 | 0.52 |
| Hex | 2A | DF | BD | 51 | 0 | F | D | A9 | 4A | 34 |
| Octal | 52 | 337 | 275 | 121 | 0 | 17 | 15 | 251 | 112 | 64 |
| Binary | 101010 | 11011111 | 10111101 | 1010001 | 0 | 1111 | 1101 | 10101001 | 1001010 | 110100 |
Color Harmonies of #2ADFBD
Complementary color
Monochromatic Colors of #2ADFBD
Black with #2ADFBD
Text Example
Text Example
White with #2ADFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFBD; }
p { color: rgb(42,223,189); }
H1.HeaderClassName
{
color: #2ADFBD;
}
.AnyTagClassName
{
color: #2ADFBD;
}
</style>
background-color css
<style>
a { background-color: #2ADFBD; }
a { background-color: rgb(42,223,189); }
div.DivClassName
{
background-color: #2ADFBD;
}
.BgClassName
{
background-color: #2ADFBD;
}
</style>
border-color css
<style>
span { border-color: #2ADFBD; }
span { border-color: rgb(42,223,189); }
td.TdClassName
{
border-color: #2ADFBD;
}
.TagClassName
{
border-color: #2ADFBD;
}
</style>