Shades of Turquoise #2AFACF
Tints of Turquoise #2AFACF
RGB
CMYK
RGB Variations
Color information
#2AFACF (or 0x2AFACF) is known color: Turquoise. HEX triplet: 2A, FA and CF. RGB value is (42,250,207). Sum of RGB (Red+Green+Blue) = 42+250+207=499 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.42% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFACF is #D50530. Grayscale: #B6B6B6. Windows color (decimal): -13960497 or 13629994. OLE color: 13629994.
HSL color Cylindrical-coordinate representation of color #2AFACF: hue angle of 167.6º 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 #2AFACF is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 207 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.02 |
| HSL | 167.6º | 0.95% | 0.57% | - |
| HSV(B) | 167.6º | 0.83% | 0.98% | - |
| XYZ | 46.4 | 73.37 | 70.75 | - |
| YUV | 182.91 | 141.59 | 27.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 207 | 0.83 | 0 | 0.17 | 0.02 | 167.6 | 0.95 | 0.57 |
| Hex | 2A | FA | CF | 53 | 0 | 11 | 2 | A8 | 5F | 39 |
| Octal | 52 | 372 | 317 | 123 | 0 | 21 | 2 | 250 | 137 | 71 |
| Binary | 101010 | 11111010 | 11001111 | 1010011 | 0 | 10001 | 10 | 10101000 | 1011111 | 111001 |
Color Harmonies of #2AFACF
Complementary color
Monochromatic Colors of #2AFACF
Black with #2AFACF
Text Example
Text Example
White with #2AFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFACF; }
p { color: rgb(42,250,207); }
H1.HeaderClassName
{
color: #2AFACF;
}
.AnyTagClassName
{
color: #2AFACF;
}
</style>
background-color css
<style>
a { background-color: #2AFACF; }
a { background-color: rgb(42,250,207); }
div.DivClassName
{
background-color: #2AFACF;
}
.BgClassName
{
background-color: #2AFACF;
}
</style>
border-color css
<style>
span { border-color: #2AFACF; }
span { border-color: rgb(42,250,207); }
td.TdClassName
{
border-color: #2AFACF;
}
.TagClassName
{
border-color: #2AFACF;
}
</style>