Shades of Turquoise #2AFBD9
Tints of Turquoise #2AFBD9
RGB
CMYK
RGB Variations
Color information
#2AFBD9 (or 0x2AFBD9) is known color: Turquoise. HEX triplet: 2A, FB and D9. RGB value is (42,251,217). Sum of RGB (Red+Green+Blue) = 42+251+217=510 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.24% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBD9 is #D50426. Grayscale: #B8B8B8. Windows color (decimal): -13960231 or 14285610. OLE color: 14285610.
HSL color Cylindrical-coordinate representation of color #2AFBD9: hue angle of 170.24º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFBD9 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 217 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.02 |
| HSL | 170.24º | 0.96% | 0.57% | - |
| HSV(B) | 170.24º | 0.83% | 0.98% | - |
| XYZ | 47.98 | 74.5 | 77.5 | - |
| YUV | 184.63 | 146.26 | 26.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 217 | 0.83 | 0 | 0.14 | 0.02 | 170.24 | 0.96 | 0.57 |
| Hex | 2A | FB | D9 | 53 | 0 | E | 2 | AA | 60 | 39 |
| Octal | 52 | 373 | 331 | 123 | 0 | 16 | 2 | 252 | 140 | 71 |
| Binary | 101010 | 11111011 | 11011001 | 1010011 | 0 | 1110 | 10 | 10101010 | 1100000 | 111001 |
Color Harmonies of #2AFBD9
Complementary color
Monochromatic Colors of #2AFBD9
Black with #2AFBD9
Text Example
Text Example
White with #2AFBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBD9; }
p { color: rgb(42,251,217); }
H1.HeaderClassName
{
color: #2AFBD9;
}
.AnyTagClassName
{
color: #2AFBD9;
}
</style>
background-color css
<style>
a { background-color: #2AFBD9; }
a { background-color: rgb(42,251,217); }
div.DivClassName
{
background-color: #2AFBD9;
}
.BgClassName
{
background-color: #2AFBD9;
}
</style>
border-color css
<style>
span { border-color: #2AFBD9; }
span { border-color: rgb(42,251,217); }
td.TdClassName
{
border-color: #2AFBD9;
}
.TagClassName
{
border-color: #2AFBD9;
}
</style>