Shades of Turquoise #2AFCC5
Tints of Turquoise #2AFCC5
RGB
CMYK
RGB Variations
Color information
#2AFCC5 (or 0x2AFCC5) is known color: Turquoise. HEX triplet: 2A, FC and C5. RGB value is (42,252,197). Sum of RGB (Red+Green+Blue) = 42+252+197=491 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.55% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCC5 is #D5033A. Grayscale: #B6B6B6. Windows color (decimal): -13959995 or 12975146. OLE color: 12975146.
HSL color Cylindrical-coordinate representation of color #2AFCC5: hue angle of 164.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 #2AFCC5 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 197 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.01 |
| HSL | 164.29º | 0.97% | 0.58% | - |
| HSV(B) | 164.29º | 0.83% | 0.99% | - |
| XYZ | 45.84 | 74.14 | 64.72 | - |
| YUV | 182.94 | 135.93 | 27.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 197 | 0.83 | 0 | 0.22 | 0.01 | 164.29 | 0.97 | 0.58 |
| Hex | 2A | FC | C5 | 53 | 0 | 16 | 1 | A4 | 61 | 3A |
| Octal | 52 | 374 | 305 | 123 | 0 | 26 | 1 | 244 | 141 | 72 |
| Binary | 101010 | 11111100 | 11000101 | 1010011 | 0 | 10110 | 1 | 10100100 | 1100001 | 111010 |
Color Harmonies of #2AFCC5
Complementary color
Monochromatic Colors of #2AFCC5
Black with #2AFCC5
Text Example
Text Example
White with #2AFCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCC5; }
p { color: rgb(42,252,197); }
H1.HeaderClassName
{
color: #2AFCC5;
}
.AnyTagClassName
{
color: #2AFCC5;
}
</style>
background-color css
<style>
a { background-color: #2AFCC5; }
a { background-color: rgb(42,252,197); }
div.DivClassName
{
background-color: #2AFCC5;
}
.BgClassName
{
background-color: #2AFCC5;
}
</style>
border-color css
<style>
span { border-color: #2AFCC5; }
span { border-color: rgb(42,252,197); }
td.TdClassName
{
border-color: #2AFCC5;
}
.TagClassName
{
border-color: #2AFCC5;
}
</style>