Shades of Turquoise #2AFFC4
Tints of Turquoise #2AFFC4
RGB
CMYK
RGB Variations
Color information
#2AFFC4 (or 0x2AFFC4) is known color: Turquoise. HEX triplet: 2A, FF and C4. RGB value is (42,255,196). Sum of RGB (Red+Green+Blue) = 42+255+196=493 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.52% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFFC4 is #D5003B. Grayscale: #B8B8B8. Windows color (decimal): -13959228 or 12910378. OLE color: 12910378.
HSL color Cylindrical-coordinate representation of color #2AFFC4: hue angle of 163.38º 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 #2AFFC4 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 196 | - |
| CMYK | 0.84 | 0 | 0.23 | 0 |
| HSL | 163.38º | 1% | 0.58% | - |
| HSV(B) | 163.38º | 0.84% | 1% | - |
| XYZ | 46.68 | 76 | 64.43 | - |
| YUV | 184.59 | 134.43 | 26.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 196 | 0.84 | 0 | 0.23 | 0 | 163.38 | 1 | 0.58 |
| Hex | 2A | FF | C4 | 54 | 0 | 17 | 0 | A3 | 64 | 3A |
| Octal | 52 | 377 | 304 | 124 | 0 | 27 | 0 | 243 | 144 | 72 |
| Binary | 101010 | 11111111 | 11000100 | 1010100 | 0 | 10111 | 0 | 10100011 | 1100100 | 111010 |
Color Harmonies of #2AFFC4
Complementary color
Monochromatic Colors of #2AFFC4
Black with #2AFFC4
Text Example
Text Example
White with #2AFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFC4; }
p { color: rgb(42,255,196); }
H1.HeaderClassName
{
color: #2AFFC4;
}
.AnyTagClassName
{
color: #2AFFC4;
}
</style>
background-color css
<style>
a { background-color: #2AFFC4; }
a { background-color: rgb(42,255,196); }
div.DivClassName
{
background-color: #2AFFC4;
}
.BgClassName
{
background-color: #2AFFC4;
}
</style>
border-color css
<style>
span { border-color: #2AFFC4; }
span { border-color: rgb(42,255,196); }
td.TdClassName
{
border-color: #2AFFC4;
}
.TagClassName
{
border-color: #2AFFC4;
}
</style>