Shades of Turquoise #2AFDD2
Tints of Turquoise #2AFDD2
RGB
CMYK
RGB Variations
Color information
#2AFDD2 (or 0x2AFDD2) is known color: Turquoise. HEX triplet: 2A, FD and D2. RGB value is (42,253,210). Sum of RGB (Red+Green+Blue) = 42+253+210=505 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.32% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDD2 is #D5022D. Grayscale: #B8B8B8. Windows color (decimal): -13959726 or 13827370. OLE color: 13827370.
HSL color Cylindrical-coordinate representation of color #2AFDD2: hue angle of 167.77º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFDD2 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 210 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.01 |
| HSL | 167.77º | 0.98% | 0.58% | - |
| HSV(B) | 167.77º | 0.83% | 0.99% | - |
| XYZ | 47.71 | 75.4 | 73.01 | - |
| YUV | 185.01 | 142.1 | 26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 210 | 0.83 | 0 | 0.17 | 0.01 | 167.77 | 0.98 | 0.58 |
| Hex | 2A | FD | D2 | 53 | 0 | 11 | 1 | A8 | 62 | 3A |
| Octal | 52 | 375 | 322 | 123 | 0 | 21 | 1 | 250 | 142 | 72 |
| Binary | 101010 | 11111101 | 11010010 | 1010011 | 0 | 10001 | 1 | 10101000 | 1100010 | 111010 |
Color Harmonies of #2AFDD2
Complementary color
Monochromatic Colors of #2AFDD2
Black with #2AFDD2
Text Example
Text Example
White with #2AFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDD2; }
p { color: rgb(42,253,210); }
H1.HeaderClassName
{
color: #2AFDD2;
}
.AnyTagClassName
{
color: #2AFDD2;
}
</style>
background-color css
<style>
a { background-color: #2AFDD2; }
a { background-color: rgb(42,253,210); }
div.DivClassName
{
background-color: #2AFDD2;
}
.BgClassName
{
background-color: #2AFDD2;
}
</style>
border-color css
<style>
span { border-color: #2AFDD2; }
span { border-color: rgb(42,253,210); }
td.TdClassName
{
border-color: #2AFDD2;
}
.TagClassName
{
border-color: #2AFDD2;
}
</style>