Shades of Turquoise #2AFDD3
Tints of Turquoise #2AFDD3
RGB
CMYK
RGB Variations
Color information
#2AFDD3 (or 0x2AFDD3) is known color: Turquoise. HEX triplet: 2A, FD and D3. RGB value is (42,253,211). Sum of RGB (Red+Green+Blue) = 42+253+211=506 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.30% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDD3 is #D5022C. Grayscale: #B9B9B9. Windows color (decimal): -13959725 or 13892906. OLE color: 13892906.
HSL color Cylindrical-coordinate representation of color #2AFDD3: hue angle of 168.06º 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 #2AFDD3 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 211 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.01 |
| HSL | 168.06º | 0.98% | 0.58% | - |
| HSV(B) | 168.06º | 0.83% | 0.99% | - |
| XYZ | 47.84 | 75.45 | 73.67 | - |
| YUV | 185.12 | 142.6 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 211 | 0.83 | 0 | 0.17 | 0.01 | 168.06 | 0.98 | 0.58 |
| Hex | 2A | FD | D3 | 53 | 0 | 11 | 1 | A8 | 62 | 3A |
| Octal | 52 | 375 | 323 | 123 | 0 | 21 | 1 | 250 | 142 | 72 |
| Binary | 101010 | 11111101 | 11010011 | 1010011 | 0 | 10001 | 1 | 10101000 | 1100010 | 111010 |
Color Harmonies of #2AFDD3
Complementary color
Monochromatic Colors of #2AFDD3
Black with #2AFDD3
Text Example
Text Example
White with #2AFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDD3; }
p { color: rgb(42,253,211); }
H1.HeaderClassName
{
color: #2AFDD3;
}
.AnyTagClassName
{
color: #2AFDD3;
}
</style>
background-color css
<style>
a { background-color: #2AFDD3; }
a { background-color: rgb(42,253,211); }
div.DivClassName
{
background-color: #2AFDD3;
}
.BgClassName
{
background-color: #2AFDD3;
}
</style>
border-color css
<style>
span { border-color: #2AFDD3; }
span { border-color: rgb(42,253,211); }
td.TdClassName
{
border-color: #2AFDD3;
}
.TagClassName
{
border-color: #2AFDD3;
}
</style>