Shades of Turquoise #2AFDC9
Tints of Turquoise #2AFDC9
RGB
CMYK
RGB Variations
Color information
#2AFDC9 (or 0x2AFDC9) is known color: Turquoise. HEX triplet: 2A, FD and C9. RGB value is (42,253,201). Sum of RGB (Red+Green+Blue) = 42+253+201=496 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.47% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDC9 is #D50236. Grayscale: #B7B7B7. Windows color (decimal): -13959735 or 13237546. OLE color: 13237546.
HSL color Cylindrical-coordinate representation of color #2AFDC9: hue angle of 165.21º 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 #2AFDC9 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 201 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.01 |
| HSL | 165.21º | 0.98% | 0.58% | - |
| HSV(B) | 165.21º | 0.83% | 0.99% | - |
| XYZ | 46.62 | 74.96 | 67.27 | - |
| YUV | 183.98 | 137.6 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 201 | 0.83 | 0 | 0.21 | 0.01 | 165.21 | 0.98 | 0.58 |
| Hex | 2A | FD | C9 | 53 | 0 | 15 | 1 | A5 | 62 | 3A |
| Octal | 52 | 375 | 311 | 123 | 0 | 25 | 1 | 245 | 142 | 72 |
| Binary | 101010 | 11111101 | 11001001 | 1010011 | 0 | 10101 | 1 | 10100101 | 1100010 | 111010 |
Color Harmonies of #2AFDC9
Complementary color
Monochromatic Colors of #2AFDC9
Black with #2AFDC9
Text Example
Text Example
White with #2AFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDC9; }
p { color: rgb(42,253,201); }
H1.HeaderClassName
{
color: #2AFDC9;
}
.AnyTagClassName
{
color: #2AFDC9;
}
</style>
background-color css
<style>
a { background-color: #2AFDC9; }
a { background-color: rgb(42,253,201); }
div.DivClassName
{
background-color: #2AFDC9;
}
.BgClassName
{
background-color: #2AFDC9;
}
</style>
border-color css
<style>
span { border-color: #2AFDC9; }
span { border-color: rgb(42,253,201); }
td.TdClassName
{
border-color: #2AFDC9;
}
.TagClassName
{
border-color: #2AFDC9;
}
</style>