Shades of Turquoise #2AFBBE
Tints of Turquoise #2AFBBE
RGB
CMYK
RGB Variations
Color information
#2AFBBE (or 0x2AFBBE) is known color: Turquoise. HEX triplet: 2A, FB and BE. RGB value is (42,251,190). Sum of RGB (Red+Green+Blue) = 42+251+190=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 251 (98.44% from 255 or 51.97% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBBE is #D50441. Grayscale: #B5B5B5. Windows color (decimal): -13960258 or 12516138. OLE color: 12516138.
HSL color Cylindrical-coordinate representation of color #2AFBBE: hue angle of 162.49º degrees, saturation: 0.96, 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 #2AFBBE is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 190 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.02 |
| HSL | 162.49º | 0.96% | 0.57% | - |
| HSV(B) | 162.49º | 0.83% | 0.98% | - |
| XYZ | 44.75 | 73.2 | 60.49 | - |
| YUV | 181.56 | 132.76 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 190 | 0.83 | 0 | 0.24 | 0.02 | 162.49 | 0.96 | 0.57 |
| Hex | 2A | FB | BE | 53 | 0 | 18 | 2 | A2 | 60 | 39 |
| Octal | 52 | 373 | 276 | 123 | 0 | 30 | 2 | 242 | 140 | 71 |
| Binary | 101010 | 11111011 | 10111110 | 1010011 | 0 | 11000 | 10 | 10100010 | 1100000 | 111001 |
Color Harmonies of #2AFBBE
Complementary color
Monochromatic Colors of #2AFBBE
Black with #2AFBBE
Text Example
Text Example
White with #2AFBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBBE; }
p { color: rgb(42,251,190); }
H1.HeaderClassName
{
color: #2AFBBE;
}
.AnyTagClassName
{
color: #2AFBBE;
}
</style>
background-color css
<style>
a { background-color: #2AFBBE; }
a { background-color: rgb(42,251,190); }
div.DivClassName
{
background-color: #2AFBBE;
}
.BgClassName
{
background-color: #2AFBBE;
}
</style>
border-color css
<style>
span { border-color: #2AFBBE; }
span { border-color: rgb(42,251,190); }
td.TdClassName
{
border-color: #2AFBBE;
}
.TagClassName
{
border-color: #2AFBBE;
}
</style>