Shades of Turquoise #2AFBCD
Tints of Turquoise #2AFBCD
RGB
CMYK
RGB Variations
Color information
#2AFBCD (or 0x2AFBCD) is known color: Turquoise. HEX triplet: 2A, FB and CD. RGB value is (42,251,205). Sum of RGB (Red+Green+Blue) = 42+251+205=498 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.43% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBCD is #D50432. Grayscale: #B7B7B7. Windows color (decimal): -13960243 or 13499178. OLE color: 13499178.
HSL color Cylindrical-coordinate representation of color #2AFBCD: hue angle of 166.79º 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 #2AFBCD is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 205 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.02 |
| HSL | 166.79º | 0.96% | 0.57% | - |
| HSV(B) | 166.79º | 0.83% | 0.98% | - |
| XYZ | 46.47 | 73.89 | 69.57 | - |
| YUV | 183.27 | 140.26 | 27.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 205 | 0.83 | 0 | 0.18 | 0.02 | 166.79 | 0.96 | 0.57 |
| Hex | 2A | FB | CD | 53 | 0 | 12 | 2 | A7 | 60 | 39 |
| Octal | 52 | 373 | 315 | 123 | 0 | 22 | 2 | 247 | 140 | 71 |
| Binary | 101010 | 11111011 | 11001101 | 1010011 | 0 | 10010 | 10 | 10100111 | 1100000 | 111001 |
Color Harmonies of #2AFBCD
Complementary color
Monochromatic Colors of #2AFBCD
Black with #2AFBCD
Text Example
Text Example
White with #2AFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBCD; }
p { color: rgb(42,251,205); }
H1.HeaderClassName
{
color: #2AFBCD;
}
.AnyTagClassName
{
color: #2AFBCD;
}
</style>
background-color css
<style>
a { background-color: #2AFBCD; }
a { background-color: rgb(42,251,205); }
div.DivClassName
{
background-color: #2AFBCD;
}
.BgClassName
{
background-color: #2AFBCD;
}
</style>
border-color css
<style>
span { border-color: #2AFBCD; }
span { border-color: rgb(42,251,205); }
td.TdClassName
{
border-color: #2AFBCD;
}
.TagClassName
{
border-color: #2AFBCD;
}
</style>