Shades of Turquoise #2AFBDC
Tints of Turquoise #2AFBDC
RGB
CMYK
RGB Variations
Color information
#2AFBDC (or 0x2AFBDC) is known color: Turquoise. HEX triplet: 2A, FB and DC. RGB value is (42,251,220). Sum of RGB (Red+Green+Blue) = 42+251+220=513 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.19% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBDC is #D50423. Grayscale: #B8B8B8. Windows color (decimal): -13960228 or 14482218. OLE color: 14482218.
HSL color Cylindrical-coordinate representation of color #2AFBDC: hue angle of 171.1º 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 #2AFBDC is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 220 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.02 |
| HSL | 171.1º | 0.96% | 0.57% | - |
| HSV(B) | 171.1º | 0.83% | 0.98% | - |
| XYZ | 48.37 | 74.65 | 79.57 | - |
| YUV | 184.98 | 147.76 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 220 | 0.83 | 0 | 0.12 | 0.02 | 171.1 | 0.96 | 0.57 |
| Hex | 2A | FB | DC | 53 | 0 | C | 2 | AB | 60 | 39 |
| Octal | 52 | 373 | 334 | 123 | 0 | 14 | 2 | 253 | 140 | 71 |
| Binary | 101010 | 11111011 | 11011100 | 1010011 | 0 | 1100 | 10 | 10101011 | 1100000 | 111001 |
Color Harmonies of #2AFBDC
Complementary color
Monochromatic Colors of #2AFBDC
Black with #2AFBDC
Text Example
Text Example
White with #2AFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBDC; }
p { color: rgb(42,251,220); }
H1.HeaderClassName
{
color: #2AFBDC;
}
.AnyTagClassName
{
color: #2AFBDC;
}
</style>
background-color css
<style>
a { background-color: #2AFBDC; }
a { background-color: rgb(42,251,220); }
div.DivClassName
{
background-color: #2AFBDC;
}
.BgClassName
{
background-color: #2AFBDC;
}
</style>
border-color css
<style>
span { border-color: #2AFBDC; }
span { border-color: rgb(42,251,220); }
td.TdClassName
{
border-color: #2AFBDC;
}
.TagClassName
{
border-color: #2AFBDC;
}
</style>