Shades of Turquoise #2AFDC4
Tints of Turquoise #2AFDC4
RGB
CMYK
RGB Variations
Color information
#2AFDC4 (or 0x2AFDC4) is known color: Turquoise. HEX triplet: 2A, FD and C4. RGB value is (42,253,196). Sum of RGB (Red+Green+Blue) = 42+253+196=491 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.55% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDC4 is #D5023B. Grayscale: #B7B7B7. Windows color (decimal): -13959740 or 12909866. OLE color: 12909866.
HSL color Cylindrical-coordinate representation of color #2AFDC4: hue angle of 163.79º 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 #2AFDC4 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 196 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.01 |
| HSL | 163.79º | 0.98% | 0.58% | - |
| HSV(B) | 163.79º | 0.83% | 0.99% | - |
| XYZ | 46.04 | 74.73 | 64.22 | - |
| YUV | 183.41 | 135.1 | 27.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 196 | 0.83 | 0 | 0.23 | 0.01 | 163.79 | 0.98 | 0.58 |
| Hex | 2A | FD | C4 | 53 | 0 | 17 | 1 | A4 | 62 | 3A |
| Octal | 52 | 375 | 304 | 123 | 0 | 27 | 1 | 244 | 142 | 72 |
| Binary | 101010 | 11111101 | 11000100 | 1010011 | 0 | 10111 | 1 | 10100100 | 1100010 | 111010 |
Color Harmonies of #2AFDC4
Complementary color
Monochromatic Colors of #2AFDC4
Black with #2AFDC4
Text Example
Text Example
White with #2AFDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDC4; }
p { color: rgb(42,253,196); }
H1.HeaderClassName
{
color: #2AFDC4;
}
.AnyTagClassName
{
color: #2AFDC4;
}
</style>
background-color css
<style>
a { background-color: #2AFDC4; }
a { background-color: rgb(42,253,196); }
div.DivClassName
{
background-color: #2AFDC4;
}
.BgClassName
{
background-color: #2AFDC4;
}
</style>
border-color css
<style>
span { border-color: #2AFDC4; }
span { border-color: rgb(42,253,196); }
td.TdClassName
{
border-color: #2AFDC4;
}
.TagClassName
{
border-color: #2AFDC4;
}
</style>