Shades of Turquoise #2AFACB
Tints of Turquoise #2AFACB
RGB
CMYK
RGB Variations
Color information
#2AFACB (or 0x2AFACB) is known color: Turquoise. HEX triplet: 2A, FA and CB. RGB value is (42,250,203). Sum of RGB (Red+Green+Blue) = 42+250+203=495 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.48% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFACB is #D50534. Grayscale: #B6B6B6. Windows color (decimal): -13960501 or 13367850. OLE color: 13367850.
HSL color Cylindrical-coordinate representation of color #2AFACB: hue angle of 166.44º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFACB is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 203 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.02 |
| HSL | 166.44º | 0.95% | 0.57% | - |
| HSV(B) | 166.44º | 0.83% | 0.98% | - |
| XYZ | 45.92 | 73.18 | 68.2 | - |
| YUV | 182.45 | 139.59 | 27.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 203 | 0.83 | 0 | 0.19 | 0.02 | 166.44 | 0.95 | 0.57 |
| Hex | 2A | FA | CB | 53 | 0 | 13 | 2 | A6 | 5F | 39 |
| Octal | 52 | 372 | 313 | 123 | 0 | 23 | 2 | 246 | 137 | 71 |
| Binary | 101010 | 11111010 | 11001011 | 1010011 | 0 | 10011 | 10 | 10100110 | 1011111 | 111001 |
Color Harmonies of #2AFACB
Complementary color
Monochromatic Colors of #2AFACB
Black with #2AFACB
Text Example
Text Example
White with #2AFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFACB; }
p { color: rgb(42,250,203); }
H1.HeaderClassName
{
color: #2AFACB;
}
.AnyTagClassName
{
color: #2AFACB;
}
</style>
background-color css
<style>
a { background-color: #2AFACB; }
a { background-color: rgb(42,250,203); }
div.DivClassName
{
background-color: #2AFACB;
}
.BgClassName
{
background-color: #2AFACB;
}
</style>
border-color css
<style>
span { border-color: #2AFACB; }
span { border-color: rgb(42,250,203); }
td.TdClassName
{
border-color: #2AFACB;
}
.TagClassName
{
border-color: #2AFACB;
}
</style>