Shades of Turquoise #2AFCCB
Tints of Turquoise #2AFCCB
RGB
CMYK
RGB Variations
Color information
#2AFCCB (or 0x2AFCCB) is known color: Turquoise. HEX triplet: 2A, FC and CB. RGB value is (42,252,203). Sum of RGB (Red+Green+Blue) = 42+252+203=497 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.45% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCCB is #D50334. Grayscale: #B7B7B7. Windows color (decimal): -13959989 or 13368362. OLE color: 13368362.
HSL color Cylindrical-coordinate representation of color #2AFCCB: hue angle of 166º 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 #2AFCCB is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 203 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.01 |
| HSL | 166º | 0.97% | 0.58% | - |
| HSV(B) | 166º | 0.83% | 0.99% | - |
| XYZ | 46.54 | 74.42 | 68.41 | - |
| YUV | 183.62 | 138.93 | 26.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 203 | 0.83 | 0 | 0.19 | 0.01 | 166 | 0.97 | 0.58 |
| Hex | 2A | FC | CB | 53 | 0 | 13 | 1 | A6 | 61 | 3A |
| Octal | 52 | 374 | 313 | 123 | 0 | 23 | 1 | 246 | 141 | 72 |
| Binary | 101010 | 11111100 | 11001011 | 1010011 | 0 | 10011 | 1 | 10100110 | 1100001 | 111010 |
Color Harmonies of #2AFCCB
Complementary color
Monochromatic Colors of #2AFCCB
Black with #2AFCCB
Text Example
Text Example
White with #2AFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCCB; }
p { color: rgb(42,252,203); }
H1.HeaderClassName
{
color: #2AFCCB;
}
.AnyTagClassName
{
color: #2AFCCB;
}
</style>
background-color css
<style>
a { background-color: #2AFCCB; }
a { background-color: rgb(42,252,203); }
div.DivClassName
{
background-color: #2AFCCB;
}
.BgClassName
{
background-color: #2AFCCB;
}
</style>
border-color css
<style>
span { border-color: #2AFCCB; }
span { border-color: rgb(42,252,203); }
td.TdClassName
{
border-color: #2AFCCB;
}
.TagClassName
{
border-color: #2AFCCB;
}
</style>