Shades of Turquoise #2AFACC
Tints of Turquoise #2AFACC
RGB
CMYK
RGB Variations
Color information
#2AFACC (or 0x2AFACC) is known color: Turquoise. HEX triplet: 2A, FA and CC. RGB value is (42,250,204). Sum of RGB (Red+Green+Blue) = 42+250+204=496 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.47% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFACC is #D50533. Grayscale: #B6B6B6. Windows color (decimal): -13960500 or 13433386. OLE color: 13433386.
HSL color Cylindrical-coordinate representation of color #2AFACC: hue angle of 166.73º 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 #2AFACC is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 204 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.02 |
| HSL | 166.73º | 0.95% | 0.57% | - |
| HSV(B) | 166.73º | 0.83% | 0.98% | - |
| XYZ | 46.04 | 73.22 | 68.83 | - |
| YUV | 182.56 | 140.09 | 27.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 204 | 0.83 | 0 | 0.18 | 0.02 | 166.73 | 0.95 | 0.57 |
| Hex | 2A | FA | CC | 53 | 0 | 12 | 2 | A7 | 5F | 39 |
| Octal | 52 | 372 | 314 | 123 | 0 | 22 | 2 | 247 | 137 | 71 |
| Binary | 101010 | 11111010 | 11001100 | 1010011 | 0 | 10010 | 10 | 10100111 | 1011111 | 111001 |
Color Harmonies of #2AFACC
Complementary color
Monochromatic Colors of #2AFACC
Black with #2AFACC
Text Example
Text Example
White with #2AFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFACC; }
p { color: rgb(42,250,204); }
H1.HeaderClassName
{
color: #2AFACC;
}
.AnyTagClassName
{
color: #2AFACC;
}
</style>
background-color css
<style>
a { background-color: #2AFACC; }
a { background-color: rgb(42,250,204); }
div.DivClassName
{
background-color: #2AFACC;
}
.BgClassName
{
background-color: #2AFACC;
}
</style>
border-color css
<style>
span { border-color: #2AFACC; }
span { border-color: rgb(42,250,204); }
td.TdClassName
{
border-color: #2AFACC;
}
.TagClassName
{
border-color: #2AFACC;
}
</style>