Shades of Turquoise #2AFBD8
Tints of Turquoise #2AFBD8
RGB
CMYK
RGB Variations
Color information
#2AFBD8 (or 0x2AFBD8) is known color: Turquoise. HEX triplet: 2A, FB and D8. RGB value is (42,251,216). Sum of RGB (Red+Green+Blue) = 42+251+216=509 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.25% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBD8 is #D50427. Grayscale: #B8B8B8. Windows color (decimal): -13960232 or 14220074. OLE color: 14220074.
HSL color Cylindrical-coordinate representation of color #2AFBD8: hue angle of 169.95º 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 #2AFBD8 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 216 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.02 |
| HSL | 169.95º | 0.96% | 0.57% | - |
| HSV(B) | 169.95º | 0.83% | 0.98% | - |
| XYZ | 47.85 | 74.44 | 76.81 | - |
| YUV | 184.52 | 145.76 | 26.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 216 | 0.83 | 0 | 0.14 | 0.02 | 169.95 | 0.96 | 0.57 |
| Hex | 2A | FB | D8 | 53 | 0 | E | 2 | AA | 60 | 39 |
| Octal | 52 | 373 | 330 | 123 | 0 | 16 | 2 | 252 | 140 | 71 |
| Binary | 101010 | 11111011 | 11011000 | 1010011 | 0 | 1110 | 10 | 10101010 | 1100000 | 111001 |
Color Harmonies of #2AFBD8
Complementary color
Monochromatic Colors of #2AFBD8
Black with #2AFBD8
Text Example
Text Example
White with #2AFBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBD8; }
p { color: rgb(42,251,216); }
H1.HeaderClassName
{
color: #2AFBD8;
}
.AnyTagClassName
{
color: #2AFBD8;
}
</style>
background-color css
<style>
a { background-color: #2AFBD8; }
a { background-color: rgb(42,251,216); }
div.DivClassName
{
background-color: #2AFBD8;
}
.BgClassName
{
background-color: #2AFBD8;
}
</style>
border-color css
<style>
span { border-color: #2AFBD8; }
span { border-color: rgb(42,251,216); }
td.TdClassName
{
border-color: #2AFBD8;
}
.TagClassName
{
border-color: #2AFBD8;
}
</style>