Shades of Turquoise #2AF9BC
Tints of Turquoise #2AF9BC
RGB
CMYK
RGB Variations
Color information
#2AF9BC (or 0x2AF9BC) is known color: Turquoise. HEX triplet: 2A, F9 and BC. RGB value is (42,249,188). Sum of RGB (Red+Green+Blue) = 42+249+188=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF9BC is #D50643. Grayscale: #B4B4B4. Windows color (decimal): -13960772 or 12384554. OLE color: 12384554.
HSL color Cylindrical-coordinate representation of color #2AF9BC: hue angle of 162.32º 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 #2AF9BC is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 188 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.02 |
| HSL | 162.32º | 0.95% | 0.57% | - |
| HSV(B) | 162.32º | 0.83% | 0.98% | - |
| XYZ | 43.91 | 71.87 | 59.14 | - |
| YUV | 180.15 | 132.42 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 188 | 0.83 | 0 | 0.24 | 0.02 | 162.32 | 0.95 | 0.57 |
| Hex | 2A | F9 | BC | 53 | 0 | 18 | 2 | A2 | 5F | 39 |
| Octal | 52 | 371 | 274 | 123 | 0 | 30 | 2 | 242 | 137 | 71 |
| Binary | 101010 | 11111001 | 10111100 | 1010011 | 0 | 11000 | 10 | 10100010 | 1011111 | 111001 |
Color Harmonies of #2AF9BC
Complementary color
Monochromatic Colors of #2AF9BC
Black with #2AF9BC
Text Example
Text Example
White with #2AF9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF9BC; }
p { color: rgb(42,249,188); }
H1.HeaderClassName
{
color: #2AF9BC;
}
.AnyTagClassName
{
color: #2AF9BC;
}
</style>
background-color css
<style>
a { background-color: #2AF9BC; }
a { background-color: rgb(42,249,188); }
div.DivClassName
{
background-color: #2AF9BC;
}
.BgClassName
{
background-color: #2AF9BC;
}
</style>
border-color css
<style>
span { border-color: #2AF9BC; }
span { border-color: rgb(42,249,188); }
td.TdClassName
{
border-color: #2AF9BC;
}
.TagClassName
{
border-color: #2AF9BC;
}
</style>