Shades of Turquoise #2AFCDC
Tints of Turquoise #2AFCDC
RGB
CMYK
RGB Variations
Color information
#2AFCDC (or 0x2AFCDC) is known color: Turquoise. HEX triplet: 2A, FC and DC. RGB value is (42,252,220). Sum of RGB (Red+Green+Blue) = 42+252+220=514 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.17% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCDC is #D50323. Grayscale: #B9B9B9. Windows color (decimal): -13959972 or 14482474. OLE color: 14482474.
HSL color Cylindrical-coordinate representation of color #2AFCDC: hue angle of 170.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 #2AFCDC is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 220 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.01 |
| HSL | 170.86º | 0.97% | 0.58% | - |
| HSV(B) | 170.86º | 0.83% | 0.99% | - |
| XYZ | 48.68 | 75.28 | 79.67 | - |
| YUV | 185.56 | 147.43 | 25.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 220 | 0.83 | 0 | 0.13 | 0.01 | 170.86 | 0.97 | 0.58 |
| Hex | 2A | FC | DC | 53 | 0 | D | 1 | AB | 61 | 3A |
| Octal | 52 | 374 | 334 | 123 | 0 | 15 | 1 | 253 | 141 | 72 |
| Binary | 101010 | 11111100 | 11011100 | 1010011 | 0 | 1101 | 1 | 10101011 | 1100001 | 111010 |
Color Harmonies of #2AFCDC
Complementary color
Monochromatic Colors of #2AFCDC
Black with #2AFCDC
Text Example
Text Example
White with #2AFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCDC; }
p { color: rgb(42,252,220); }
H1.HeaderClassName
{
color: #2AFCDC;
}
.AnyTagClassName
{
color: #2AFCDC;
}
</style>
background-color css
<style>
a { background-color: #2AFCDC; }
a { background-color: rgb(42,252,220); }
div.DivClassName
{
background-color: #2AFCDC;
}
.BgClassName
{
background-color: #2AFCDC;
}
</style>
border-color css
<style>
span { border-color: #2AFCDC; }
span { border-color: rgb(42,252,220); }
td.TdClassName
{
border-color: #2AFCDC;
}
.TagClassName
{
border-color: #2AFCDC;
}
</style>