Shades of Turquoise #2AFBCE
Tints of Turquoise #2AFBCE
RGB
CMYK
RGB Variations
Color information
#2AFBCE (or 0x2AFBCE) is known color: Turquoise. HEX triplet: 2A, FB and CE. RGB value is (42,251,206). Sum of RGB (Red+Green+Blue) = 42+251+206=499 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.42% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBCE is #D50431. Grayscale: #B7B7B7. Windows color (decimal): -13960242 or 13564714. OLE color: 13564714.
HSL color Cylindrical-coordinate representation of color #2AFBCE: hue angle of 167.08º 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 #2AFBCE is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 206 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.02 |
| HSL | 167.08º | 0.96% | 0.57% | - |
| HSV(B) | 167.08º | 0.83% | 0.98% | - |
| XYZ | 46.59 | 73.94 | 70.21 | - |
| YUV | 183.38 | 140.76 | 27.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 206 | 0.83 | 0 | 0.18 | 0.02 | 167.08 | 0.96 | 0.57 |
| Hex | 2A | FB | CE | 53 | 0 | 12 | 2 | A7 | 60 | 39 |
| Octal | 52 | 373 | 316 | 123 | 0 | 22 | 2 | 247 | 140 | 71 |
| Binary | 101010 | 11111011 | 11001110 | 1010011 | 0 | 10010 | 10 | 10100111 | 1100000 | 111001 |
Color Harmonies of #2AFBCE
Complementary color
Monochromatic Colors of #2AFBCE
Black with #2AFBCE
Text Example
Text Example
White with #2AFBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBCE; }
p { color: rgb(42,251,206); }
H1.HeaderClassName
{
color: #2AFBCE;
}
.AnyTagClassName
{
color: #2AFBCE;
}
</style>
background-color css
<style>
a { background-color: #2AFBCE; }
a { background-color: rgb(42,251,206); }
div.DivClassName
{
background-color: #2AFBCE;
}
.BgClassName
{
background-color: #2AFBCE;
}
</style>
border-color css
<style>
span { border-color: #2AFBCE; }
span { border-color: rgb(42,251,206); }
td.TdClassName
{
border-color: #2AFBCE;
}
.TagClassName
{
border-color: #2AFBCE;
}
</style>