Shades of Turquoise #2AFBDA
Tints of Turquoise #2AFBDA
RGB
CMYK
RGB Variations
Color information
#2AFBDA (or 0x2AFBDA) is known color: Turquoise. HEX triplet: 2A, FB and DA. RGB value is (42,251,218). Sum of RGB (Red+Green+Blue) = 42+251+218=511 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.22% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBDA is #D50425. Grayscale: #B8B8B8. Windows color (decimal): -13960230 or 14351146. OLE color: 14351146.
HSL color Cylindrical-coordinate representation of color #2AFBDA: hue angle of 170.53º 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 #2AFBDA is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 218 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.02 |
| HSL | 170.53º | 0.96% | 0.57% | - |
| HSV(B) | 170.53º | 0.83% | 0.98% | - |
| XYZ | 48.11 | 74.55 | 78.18 | - |
| YUV | 184.75 | 146.76 | 26.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 218 | 0.83 | 0 | 0.13 | 0.02 | 170.53 | 0.96 | 0.57 |
| Hex | 2A | FB | DA | 53 | 0 | D | 2 | AB | 60 | 39 |
| Octal | 52 | 373 | 332 | 123 | 0 | 15 | 2 | 253 | 140 | 71 |
| Binary | 101010 | 11111011 | 11011010 | 1010011 | 0 | 1101 | 10 | 10101011 | 1100000 | 111001 |
Color Harmonies of #2AFBDA
Complementary color
Monochromatic Colors of #2AFBDA
Black with #2AFBDA
Text Example
Text Example
White with #2AFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBDA; }
p { color: rgb(42,251,218); }
H1.HeaderClassName
{
color: #2AFBDA;
}
.AnyTagClassName
{
color: #2AFBDA;
}
</style>
background-color css
<style>
a { background-color: #2AFBDA; }
a { background-color: rgb(42,251,218); }
div.DivClassName
{
background-color: #2AFBDA;
}
.BgClassName
{
background-color: #2AFBDA;
}
</style>
border-color css
<style>
span { border-color: #2AFBDA; }
span { border-color: rgb(42,251,218); }
td.TdClassName
{
border-color: #2AFBDA;
}
.TagClassName
{
border-color: #2AFBDA;
}
</style>