Shades of Turquoise #2AF3BA
Tints of Turquoise #2AF3BA
RGB
CMYK
RGB Variations
Color information
#2AF3BA (or 0x2AF3BA) is known color: Turquoise. HEX triplet: 2A, F3 and BA. RGB value is (42,243,186). Sum of RGB (Red+Green+Blue) = 42+243+186=471 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.92% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF3BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF3BA is #D50C45. Grayscale: #B0B0B0. Windows color (decimal): -13962310 or 12251946. OLE color: 12251946.
HSL color Cylindrical-coordinate representation of color #2AF3BA: hue angle of 162.99º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF3BA is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 186 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.05 |
| HSL | 162.99º | 0.89% | 0.56% | - |
| HSV(B) | 162.99º | 0.83% | 0.95% | - |
| XYZ | 41.87 | 68.14 | 57.4 | - |
| YUV | 176.4 | 133.41 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 186 | 0.83 | 0 | 0.23 | 0.05 | 162.99 | 0.89 | 0.56 |
| Hex | 2A | F3 | BA | 53 | 0 | 17 | 5 | A3 | 59 | 38 |
| Octal | 52 | 363 | 272 | 123 | 0 | 27 | 5 | 243 | 131 | 70 |
| Binary | 101010 | 11110011 | 10111010 | 1010011 | 0 | 10111 | 101 | 10100011 | 1011001 | 111000 |
Color Harmonies of #2AF3BA
Complementary color
Monochromatic Colors of #2AF3BA
Black with #2AF3BA
Text Example
Text Example
White with #2AF3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF3BA; }
p { color: rgb(42,243,186); }
H1.HeaderClassName
{
color: #2AF3BA;
}
.AnyTagClassName
{
color: #2AF3BA;
}
</style>
background-color css
<style>
a { background-color: #2AF3BA; }
a { background-color: rgb(42,243,186); }
div.DivClassName
{
background-color: #2AF3BA;
}
.BgClassName
{
background-color: #2AF3BA;
}
</style>
border-color css
<style>
span { border-color: #2AF3BA; }
span { border-color: rgb(42,243,186); }
td.TdClassName
{
border-color: #2AF3BA;
}
.TagClassName
{
border-color: #2AF3BA;
}
</style>