Shades of Turquoise #2AFCCC
Tints of Turquoise #2AFCCC
RGB
CMYK
RGB Variations
Color information
#2AFCCC (or 0x2AFCCC) is known color: Turquoise. HEX triplet: 2A, FC and CC. RGB value is (42,252,204). Sum of RGB (Red+Green+Blue) = 42+252+204=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCCC is #D50333. Grayscale: #B7B7B7. Windows color (decimal): -13959988 or 13433898. OLE color: 13433898.
HSL color Cylindrical-coordinate representation of color #2AFCCC: hue angle of 166.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 #2AFCCC is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 204 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.01 |
| HSL | 166.29º | 0.97% | 0.58% | - |
| HSV(B) | 166.29º | 0.83% | 0.99% | - |
| XYZ | 46.66 | 74.47 | 69.04 | - |
| YUV | 183.74 | 139.43 | 26.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 204 | 0.83 | 0 | 0.19 | 0.01 | 166.29 | 0.97 | 0.58 |
| Hex | 2A | FC | CC | 53 | 0 | 13 | 1 | A6 | 61 | 3A |
| Octal | 52 | 374 | 314 | 123 | 0 | 23 | 1 | 246 | 141 | 72 |
| Binary | 101010 | 11111100 | 11001100 | 1010011 | 0 | 10011 | 1 | 10100110 | 1100001 | 111010 |
Color Harmonies of #2AFCCC
Complementary color
Monochromatic Colors of #2AFCCC
Black with #2AFCCC
Text Example
Text Example
White with #2AFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCCC; }
p { color: rgb(42,252,204); }
H1.HeaderClassName
{
color: #2AFCCC;
}
.AnyTagClassName
{
color: #2AFCCC;
}
</style>
background-color css
<style>
a { background-color: #2AFCCC; }
a { background-color: rgb(42,252,204); }
div.DivClassName
{
background-color: #2AFCCC;
}
.BgClassName
{
background-color: #2AFCCC;
}
</style>
border-color css
<style>
span { border-color: #2AFCCC; }
span { border-color: rgb(42,252,204); }
td.TdClassName
{
border-color: #2AFCCC;
}
.TagClassName
{
border-color: #2AFCCC;
}
</style>