Shades of Turquoise #2AFCD3
Tints of Turquoise #2AFCD3
RGB
CMYK
RGB Variations
Color information
#2AFCD3 (or 0x2AFCD3) is known color: Turquoise. HEX triplet: 2A, FC and D3. RGB value is (42,252,211). Sum of RGB (Red+Green+Blue) = 42+252+211=505 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.32% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCD3 is #D5032C. Grayscale: #B8B8B8. Windows color (decimal): -13959981 or 13892650. OLE color: 13892650.
HSL color Cylindrical-coordinate representation of color #2AFCD3: hue angle of 168.29º 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 #2AFCD3 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 211 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.01 |
| HSL | 168.29º | 0.97% | 0.58% | - |
| HSV(B) | 168.29º | 0.83% | 0.99% | - |
| XYZ | 47.52 | 74.82 | 73.56 | - |
| YUV | 184.54 | 142.93 | 26.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 211 | 0.83 | 0 | 0.16 | 0.01 | 168.29 | 0.97 | 0.58 |
| Hex | 2A | FC | D3 | 53 | 0 | 10 | 1 | A8 | 61 | 3A |
| Octal | 52 | 374 | 323 | 123 | 0 | 20 | 1 | 250 | 141 | 72 |
| Binary | 101010 | 11111100 | 11010011 | 1010011 | 0 | 10000 | 1 | 10101000 | 1100001 | 111010 |
Color Harmonies of #2AFCD3
Complementary color
Monochromatic Colors of #2AFCD3
Black with #2AFCD3
Text Example
Text Example
White with #2AFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCD3; }
p { color: rgb(42,252,211); }
H1.HeaderClassName
{
color: #2AFCD3;
}
.AnyTagClassName
{
color: #2AFCD3;
}
</style>
background-color css
<style>
a { background-color: #2AFCD3; }
a { background-color: rgb(42,252,211); }
div.DivClassName
{
background-color: #2AFCD3;
}
.BgClassName
{
background-color: #2AFCD3;
}
</style>
border-color css
<style>
span { border-color: #2AFCD3; }
span { border-color: rgb(42,252,211); }
td.TdClassName
{
border-color: #2AFCD3;
}
.TagClassName
{
border-color: #2AFCD3;
}
</style>