Shades of Turquoise #2AFCD5
Tints of Turquoise #2AFCD5
RGB
CMYK
RGB Variations
Color information
#2AFCD5 (or 0x2AFCD5) is known color: Turquoise. HEX triplet: 2A, FC and D5. RGB value is (42,252,213). Sum of RGB (Red+Green+Blue) = 42+252+213=507 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.28% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCD5 is #D5032A. Grayscale: #B8B8B8. Windows color (decimal): -13959979 or 14023722. OLE color: 14023722.
HSL color Cylindrical-coordinate representation of color #2AFCD5: hue angle of 168.86º degrees, saturation: 0.97, 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 #2AFCD5 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 213 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.01 |
| HSL | 168.86º | 0.97% | 0.58% | - |
| HSV(B) | 168.86º | 0.83% | 0.99% | - |
| XYZ | 47.78 | 74.92 | 74.89 | - |
| YUV | 184.76 | 143.93 | 26.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 213 | 0.83 | 0 | 0.15 | 0.01 | 168.86 | 0.97 | 0.58 |
| Hex | 2A | FC | D5 | 53 | 0 | F | 1 | A9 | 61 | 3A |
| Octal | 52 | 374 | 325 | 123 | 0 | 17 | 1 | 251 | 141 | 72 |
| Binary | 101010 | 11111100 | 11010101 | 1010011 | 0 | 1111 | 1 | 10101001 | 1100001 | 111010 |
Color Harmonies of #2AFCD5
Complementary color
Monochromatic Colors of #2AFCD5
Black with #2AFCD5
Text Example
Text Example
White with #2AFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCD5; }
p { color: rgb(42,252,213); }
H1.HeaderClassName
{
color: #2AFCD5;
}
.AnyTagClassName
{
color: #2AFCD5;
}
</style>
background-color css
<style>
a { background-color: #2AFCD5; }
a { background-color: rgb(42,252,213); }
div.DivClassName
{
background-color: #2AFCD5;
}
.BgClassName
{
background-color: #2AFCD5;
}
</style>
border-color css
<style>
span { border-color: #2AFCD5; }
span { border-color: rgb(42,252,213); }
td.TdClassName
{
border-color: #2AFCD5;
}
.TagClassName
{
border-color: #2AFCD5;
}
</style>