Shades of Turquoise #2AFCDB
Tints of Turquoise #2AFCDB
RGB
CMYK
RGB Variations
Color information
#2AFCDB (or 0x2AFCDB) is known color: Turquoise. HEX triplet: 2A, FC and DB. RGB value is (42,252,219). Sum of RGB (Red+Green+Blue) = 42+252+219=513 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.19% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCDB is #D50324. Grayscale: #B9B9B9. Windows color (decimal): -13959973 or 14416938. OLE color: 14416938.
HSL color Cylindrical-coordinate representation of color #2AFCDB: hue angle of 170.57º degrees, saturation: 0.97, 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 #2AFCDB is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 219 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.01 |
| HSL | 170.57º | 0.97% | 0.58% | - |
| HSV(B) | 170.57º | 0.83% | 0.99% | - |
| XYZ | 48.55 | 75.23 | 78.98 | - |
| YUV | 185.45 | 146.93 | 25.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 219 | 0.83 | 0 | 0.13 | 0.01 | 170.57 | 0.97 | 0.58 |
| Hex | 2A | FC | DB | 53 | 0 | D | 1 | AB | 61 | 3A |
| Octal | 52 | 374 | 333 | 123 | 0 | 15 | 1 | 253 | 141 | 72 |
| Binary | 101010 | 11111100 | 11011011 | 1010011 | 0 | 1101 | 1 | 10101011 | 1100001 | 111010 |
Color Harmonies of #2AFCDB
Complementary color
Monochromatic Colors of #2AFCDB
Black with #2AFCDB
Text Example
Text Example
White with #2AFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCDB; }
p { color: rgb(42,252,219); }
H1.HeaderClassName
{
color: #2AFCDB;
}
.AnyTagClassName
{
color: #2AFCDB;
}
</style>
background-color css
<style>
a { background-color: #2AFCDB; }
a { background-color: rgb(42,252,219); }
div.DivClassName
{
background-color: #2AFCDB;
}
.BgClassName
{
background-color: #2AFCDB;
}
</style>
border-color css
<style>
span { border-color: #2AFCDB; }
span { border-color: rgb(42,252,219); }
td.TdClassName
{
border-color: #2AFCDB;
}
.TagClassName
{
border-color: #2AFCDB;
}
</style>