Shades of Turquoise #2ADFDA
Tints of Turquoise #2ADFDA
RGB
CMYK
RGB Variations
Color information
#2ADFDA (or 0x2ADFDA) is known color: Turquoise. HEX triplet: 2A, DF and DA. RGB value is (42,223,218). Sum of RGB (Red+Green+Blue) = 42+223+218=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFDA is #D52025. Grayscale: #A8A8A8. Windows color (decimal): -13967398 or 14343978. OLE color: 14343978.
HSL color Cylindrical-coordinate representation of color #2ADFDA: hue angle of 178.34º 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 #2ADFDA is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 218 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.13 |
| HSL | 178.34º | 0.74% | 0.52% | - |
| HSV(B) | 178.34º | 0.81% | 0.87% | - |
| XYZ | 40 | 58.33 | 75.48 | - |
| YUV | 168.31 | 156.03 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 218 | 0.81 | 0 | 0.02 | 0.13 | 178.34 | 0.74 | 0.52 |
| Hex | 2A | DF | DA | 51 | 0 | 2 | D | B2 | 4A | 34 |
| Octal | 52 | 337 | 332 | 121 | 0 | 2 | 15 | 262 | 112 | 64 |
| Binary | 101010 | 11011111 | 11011010 | 1010001 | 0 | 10 | 1101 | 10110010 | 1001010 | 110100 |
Color Harmonies of #2ADFDA
Complementary color
Monochromatic Colors of #2ADFDA
Black with #2ADFDA
Text Example
Text Example
White with #2ADFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFDA; }
p { color: rgb(42,223,218); }
H1.HeaderClassName
{
color: #2ADFDA;
}
.AnyTagClassName
{
color: #2ADFDA;
}
</style>
background-color css
<style>
a { background-color: #2ADFDA; }
a { background-color: rgb(42,223,218); }
div.DivClassName
{
background-color: #2ADFDA;
}
.BgClassName
{
background-color: #2ADFDA;
}
</style>
border-color css
<style>
span { border-color: #2ADFDA; }
span { border-color: rgb(42,223,218); }
td.TdClassName
{
border-color: #2ADFDA;
}
.TagClassName
{
border-color: #2ADFDA;
}
</style>