Shades of Turquoise #2AF1CB
Tints of Turquoise #2AF1CB
RGB
CMYK
RGB Variations
Color information
#2AF1CB (or 0x2AF1CB) is known color: Turquoise. HEX triplet: 2A, F1 and CB. RGB value is (42,241,203). Sum of RGB (Red+Green+Blue) = 42+241+203=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF1CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF1CB is #D50E34. Grayscale: #B1B1B1. Windows color (decimal): -13962805 or 13365546. OLE color: 13365546.
HSL color Cylindrical-coordinate representation of color #2AF1CB: hue angle of 168.54º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF1CB is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 203 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.05 |
| HSL | 168.54º | 0.88% | 0.55% | - |
| HSV(B) | 168.54º | 0.83% | 0.95% | - |
| XYZ | 43.19 | 67.71 | 67.29 | - |
| YUV | 177.17 | 142.57 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 203 | 0.83 | 0 | 0.16 | 0.05 | 168.54 | 0.88 | 0.55 |
| Hex | 2A | F1 | CB | 53 | 0 | 10 | 5 | A9 | 58 | 37 |
| Octal | 52 | 361 | 313 | 123 | 0 | 20 | 5 | 251 | 130 | 67 |
| Binary | 101010 | 11110001 | 11001011 | 1010011 | 0 | 10000 | 101 | 10101001 | 1011000 | 110111 |
Color Harmonies of #2AF1CB
Complementary color
Monochromatic Colors of #2AF1CB
Black with #2AF1CB
Text Example
Text Example
White with #2AF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF1CB; }
p { color: rgb(42,241,203); }
H1.HeaderClassName
{
color: #2AF1CB;
}
.AnyTagClassName
{
color: #2AF1CB;
}
</style>
background-color css
<style>
a { background-color: #2AF1CB; }
a { background-color: rgb(42,241,203); }
div.DivClassName
{
background-color: #2AF1CB;
}
.BgClassName
{
background-color: #2AF1CB;
}
</style>
border-color css
<style>
span { border-color: #2AF1CB; }
span { border-color: rgb(42,241,203); }
td.TdClassName
{
border-color: #2AF1CB;
}
.TagClassName
{
border-color: #2AF1CB;
}
</style>