Shades of Turquoise #2AFDCB
Tints of Turquoise #2AFDCB
RGB
CMYK
RGB Variations
Color information
#2AFDCB (or 0x2AFDCB) is known color: Turquoise. HEX triplet: 2A, FD and CB. RGB value is (42,253,203). Sum of RGB (Red+Green+Blue) = 42+253+203=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDCB is #D50234. Grayscale: #B8B8B8. Windows color (decimal): -13959733 or 13368618. OLE color: 13368618.
HSL color Cylindrical-coordinate representation of color #2AFDCB: hue angle of 165.78º 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 #2AFDCB is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 203 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.01 |
| HSL | 165.78º | 0.98% | 0.58% | - |
| HSV(B) | 165.78º | 0.83% | 0.99% | - |
| XYZ | 46.86 | 75.05 | 68.52 | - |
| YUV | 184.21 | 138.6 | 26.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 203 | 0.83 | 0 | 0.20 | 0.01 | 165.78 | 0.98 | 0.58 |
| Hex | 2A | FD | CB | 53 | 0 | 14 | 1 | A6 | 62 | 3A |
| Octal | 52 | 375 | 313 | 123 | 0 | 24 | 1 | 246 | 142 | 72 |
| Binary | 101010 | 11111101 | 11001011 | 1010011 | 0 | 10100 | 1 | 10100110 | 1100010 | 111010 |
Color Harmonies of #2AFDCB
Complementary color
Monochromatic Colors of #2AFDCB
Black with #2AFDCB
Text Example
Text Example
White with #2AFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDCB; }
p { color: rgb(42,253,203); }
H1.HeaderClassName
{
color: #2AFDCB;
}
.AnyTagClassName
{
color: #2AFDCB;
}
</style>
background-color css
<style>
a { background-color: #2AFDCB; }
a { background-color: rgb(42,253,203); }
div.DivClassName
{
background-color: #2AFDCB;
}
.BgClassName
{
background-color: #2AFDCB;
}
</style>
border-color css
<style>
span { border-color: #2AFDCB; }
span { border-color: rgb(42,253,203); }
td.TdClassName
{
border-color: #2AFDCB;
}
.TagClassName
{
border-color: #2AFDCB;
}
</style>