Shades of Turquoise #2AFFC3
Tints of Turquoise #2AFFC3
RGB
CMYK
RGB Variations
Color information
#2AFFC3 (or 0x2AFFC3) is known color: Turquoise. HEX triplet: 2A, FF and C3. RGB value is (42,255,195). Sum of RGB (Red+Green+Blue) = 42+255+195=492 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.54% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFFC3 is #D5003C. Grayscale: #B8B8B8. Windows color (decimal): -13959229 or 12844842. OLE color: 12844842.
HSL color Cylindrical-coordinate representation of color #2AFFC3: hue angle of 163.1º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFFC3 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 195 | - |
| CMYK | 0.84 | 0 | 0.24 | 0 |
| HSL | 163.1º | 1% | 0.58% | - |
| HSV(B) | 163.1º | 0.84% | 1% | - |
| XYZ | 46.57 | 75.95 | 63.84 | - |
| YUV | 184.47 | 133.93 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 195 | 0.84 | 0 | 0.24 | 0 | 163.1 | 1 | 0.58 |
| Hex | 2A | FF | C3 | 54 | 0 | 18 | 0 | A3 | 64 | 3A |
| Octal | 52 | 377 | 303 | 124 | 0 | 30 | 0 | 243 | 144 | 72 |
| Binary | 101010 | 11111111 | 11000011 | 1010100 | 0 | 11000 | 0 | 10100011 | 1100100 | 111010 |
Color Harmonies of #2AFFC3
Complementary color
Monochromatic Colors of #2AFFC3
Black with #2AFFC3
Text Example
Text Example
White with #2AFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFC3; }
p { color: rgb(42,255,195); }
H1.HeaderClassName
{
color: #2AFFC3;
}
.AnyTagClassName
{
color: #2AFFC3;
}
</style>
background-color css
<style>
a { background-color: #2AFFC3; }
a { background-color: rgb(42,255,195); }
div.DivClassName
{
background-color: #2AFFC3;
}
.BgClassName
{
background-color: #2AFFC3;
}
</style>
border-color css
<style>
span { border-color: #2AFFC3; }
span { border-color: rgb(42,255,195); }
td.TdClassName
{
border-color: #2AFFC3;
}
.TagClassName
{
border-color: #2AFFC3;
}
</style>