Shades of Turquoise #2AFECC
Tints of Turquoise #2AFECC
RGB
CMYK
RGB Variations
Color information
#2AFECC (or 0x2AFECC) is known color: Turquoise. HEX triplet: 2A, FE and CC. RGB value is (42,254,204). Sum of RGB (Red+Green+Blue) = 42+254+204=500 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.4% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFECC is #D50133. Grayscale: #B8B8B8. Windows color (decimal): -13959476 or 13434410. OLE color: 13434410.
HSL color Cylindrical-coordinate representation of color #2AFECC: hue angle of 165.85º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFECC is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 204 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.00 |
| HSL | 165.85º | 0.99% | 0.58% | - |
| HSV(B) | 165.85º | 0.83% | 1% | - |
| XYZ | 47.3 | 75.74 | 69.25 | - |
| YUV | 184.91 | 138.76 | 26.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 204 | 0.83 | 0 | 0.20 | 0.00 | 165.85 | 0.99 | 0.58 |
| Hex | 2A | FE | CC | 53 | 0 | 14 | 0 | A6 | 63 | 3A |
| Octal | 52 | 376 | 314 | 123 | 0 | 24 | 0 | 246 | 143 | 72 |
| Binary | 101010 | 11111110 | 11001100 | 1010011 | 0 | 10100 | 0 | 10100110 | 1100011 | 111010 |
Color Harmonies of #2AFECC
Complementary color
Monochromatic Colors of #2AFECC
Black with #2AFECC
Text Example
Text Example
White with #2AFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFECC; }
p { color: rgb(42,254,204); }
H1.HeaderClassName
{
color: #2AFECC;
}
.AnyTagClassName
{
color: #2AFECC;
}
</style>
background-color css
<style>
a { background-color: #2AFECC; }
a { background-color: rgb(42,254,204); }
div.DivClassName
{
background-color: #2AFECC;
}
.BgClassName
{
background-color: #2AFECC;
}
</style>
border-color css
<style>
span { border-color: #2AFECC; }
span { border-color: rgb(42,254,204); }
td.TdClassName
{
border-color: #2AFECC;
}
.TagClassName
{
border-color: #2AFECC;
}
</style>