Shades of Turquoise #2AFDC6
Tints of Turquoise #2AFDC6
RGB
CMYK
RGB Variations
Color information
#2AFDC6 (or 0x2AFDC6) is known color: Turquoise. HEX triplet: 2A, FD and C6. RGB value is (42,253,198). Sum of RGB (Red+Green+Blue) = 42+253+198=493 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.52% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDC6 is #D50239. Grayscale: #B7B7B7. Windows color (decimal): -13959738 or 13040938. OLE color: 13040938.
HSL color Cylindrical-coordinate representation of color #2AFDC6: hue angle of 164.36º 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 #2AFDC6 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 198 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.01 |
| HSL | 164.36º | 0.98% | 0.58% | - |
| HSV(B) | 164.36º | 0.83% | 0.99% | - |
| XYZ | 46.27 | 74.82 | 65.43 | - |
| YUV | 183.64 | 136.1 | 26.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 198 | 0.83 | 0 | 0.22 | 0.01 | 164.36 | 0.98 | 0.58 |
| Hex | 2A | FD | C6 | 53 | 0 | 16 | 1 | A4 | 62 | 3A |
| Octal | 52 | 375 | 306 | 123 | 0 | 26 | 1 | 244 | 142 | 72 |
| Binary | 101010 | 11111101 | 11000110 | 1010011 | 0 | 10110 | 1 | 10100100 | 1100010 | 111010 |
Color Harmonies of #2AFDC6
Complementary color
Monochromatic Colors of #2AFDC6
Black with #2AFDC6
Text Example
Text Example
White with #2AFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDC6; }
p { color: rgb(42,253,198); }
H1.HeaderClassName
{
color: #2AFDC6;
}
.AnyTagClassName
{
color: #2AFDC6;
}
</style>
background-color css
<style>
a { background-color: #2AFDC6; }
a { background-color: rgb(42,253,198); }
div.DivClassName
{
background-color: #2AFDC6;
}
.BgClassName
{
background-color: #2AFDC6;
}
</style>
border-color css
<style>
span { border-color: #2AFDC6; }
span { border-color: rgb(42,253,198); }
td.TdClassName
{
border-color: #2AFDC6;
}
.TagClassName
{
border-color: #2AFDC6;
}
</style>