Shades of Turquoise #2AFDD0
Tints of Turquoise #2AFDD0
RGB
CMYK
RGB Variations
Color information
#2AFDD0 (or 0x2AFDD0) is known color: Turquoise. HEX triplet: 2A, FD and D0. RGB value is (42,253,208). Sum of RGB (Red+Green+Blue) = 42+253+208=503 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.35% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDD0 is #D5022F. Grayscale: #B8B8B8. Windows color (decimal): -13959728 or 13696298. OLE color: 13696298.
HSL color Cylindrical-coordinate representation of color #2AFDD0: hue angle of 167.2º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFDD0 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 208 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.01 |
| HSL | 167.2º | 0.98% | 0.58% | - |
| HSV(B) | 167.2º | 0.83% | 0.99% | - |
| XYZ | 47.47 | 75.3 | 71.71 | - |
| YUV | 184.78 | 141.1 | 26.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 208 | 0.83 | 0 | 0.18 | 0.01 | 167.2 | 0.98 | 0.58 |
| Hex | 2A | FD | D0 | 53 | 0 | 12 | 1 | A7 | 62 | 3A |
| Octal | 52 | 375 | 320 | 123 | 0 | 22 | 1 | 247 | 142 | 72 |
| Binary | 101010 | 11111101 | 11010000 | 1010011 | 0 | 10010 | 1 | 10100111 | 1100010 | 111010 |
Color Harmonies of #2AFDD0
Complementary color
Monochromatic Colors of #2AFDD0
Black with #2AFDD0
Text Example
Text Example
White with #2AFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDD0; }
p { color: rgb(42,253,208); }
H1.HeaderClassName
{
color: #2AFDD0;
}
.AnyTagClassName
{
color: #2AFDD0;
}
</style>
background-color css
<style>
a { background-color: #2AFDD0; }
a { background-color: rgb(42,253,208); }
div.DivClassName
{
background-color: #2AFDD0;
}
.BgClassName
{
background-color: #2AFDD0;
}
</style>
border-color css
<style>
span { border-color: #2AFDD0; }
span { border-color: rgb(42,253,208); }
td.TdClassName
{
border-color: #2AFDD0;
}
.TagClassName
{
border-color: #2AFDD0;
}
</style>