Shades of Turquoise #2AFFDF
Tints of Turquoise #2AFFDF
RGB
CMYK
RGB Variations
Color information
#2AFFDF (or 0x2AFFDF) is known color: Turquoise. HEX triplet: 2A, FF and DF. RGB value is (42,255,223). Sum of RGB (Red+Green+Blue) = 42+255+223=520 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.08% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFFDF is #D50020. Grayscale: #BBBBBB. Windows color (decimal): -13959201 or 14679850. OLE color: 14679850.
HSL color Cylindrical-coordinate representation of color #2AFFDF: hue angle of 170.99º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFFDF is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 223 | - |
| CMYK | 0.84 | 0 | 0.13 | 0 |
| HSL | 170.99º | 1% | 0.58% | - |
| HSV(B) | 170.99º | 0.84% | 1% | - |
| XYZ | 50.03 | 77.34 | 82.1 | - |
| YUV | 187.67 | 147.93 | 24.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 223 | 0.84 | 0 | 0.13 | 0 | 170.99 | 1 | 0.58 |
| Hex | 2A | FF | DF | 54 | 0 | D | 0 | AB | 64 | 3A |
| Octal | 52 | 377 | 337 | 124 | 0 | 15 | 0 | 253 | 144 | 72 |
| Binary | 101010 | 11111111 | 11011111 | 1010100 | 0 | 1101 | 0 | 10101011 | 1100100 | 111010 |
Color Harmonies of #2AFFDF
Complementary color
Monochromatic Colors of #2AFFDF
Black with #2AFFDF
Text Example
Text Example
White with #2AFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFDF; }
p { color: rgb(42,255,223); }
H1.HeaderClassName
{
color: #2AFFDF;
}
.AnyTagClassName
{
color: #2AFFDF;
}
</style>
background-color css
<style>
a { background-color: #2AFFDF; }
a { background-color: rgb(42,255,223); }
div.DivClassName
{
background-color: #2AFFDF;
}
.BgClassName
{
background-color: #2AFFDF;
}
</style>
border-color css
<style>
span { border-color: #2AFFDF; }
span { border-color: rgb(42,255,223); }
td.TdClassName
{
border-color: #2AFFDF;
}
.TagClassName
{
border-color: #2AFFDF;
}
</style>