Shades of Turquoise #2AFCDF
Tints of Turquoise #2AFCDF
RGB
CMYK
RGB Variations
Color information
#2AFCDF (or 0x2AFCDF) is known color: Turquoise. HEX triplet: 2A, FC and DF. RGB value is (42,252,223). Sum of RGB (Red+Green+Blue) = 42+252+223=517 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.12% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCDF is #D50320. Grayscale: #B9B9B9. Windows color (decimal): -13959969 or 14679082. OLE color: 14679082.
HSL color Cylindrical-coordinate representation of color #2AFCDF: hue angle of 171.71º 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 #2AFCDF is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 223 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.01 |
| HSL | 171.71º | 0.97% | 0.58% | - |
| HSV(B) | 171.71º | 0.83% | 0.99% | - |
| XYZ | 49.08 | 75.44 | 81.79 | - |
| YUV | 185.9 | 148.93 | 25.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 223 | 0.83 | 0 | 0.12 | 0.01 | 171.71 | 0.97 | 0.58 |
| Hex | 2A | FC | DF | 53 | 0 | C | 1 | AC | 61 | 3A |
| Octal | 52 | 374 | 337 | 123 | 0 | 14 | 1 | 254 | 141 | 72 |
| Binary | 101010 | 11111100 | 11011111 | 1010011 | 0 | 1100 | 1 | 10101100 | 1100001 | 111010 |
Color Harmonies of #2AFCDF
Complementary color
Monochromatic Colors of #2AFCDF
Black with #2AFCDF
Text Example
Text Example
White with #2AFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCDF; }
p { color: rgb(42,252,223); }
H1.HeaderClassName
{
color: #2AFCDF;
}
.AnyTagClassName
{
color: #2AFCDF;
}
</style>
background-color css
<style>
a { background-color: #2AFCDF; }
a { background-color: rgb(42,252,223); }
div.DivClassName
{
background-color: #2AFCDF;
}
.BgClassName
{
background-color: #2AFCDF;
}
</style>
border-color css
<style>
span { border-color: #2AFCDF; }
span { border-color: rgb(42,252,223); }
td.TdClassName
{
border-color: #2AFCDF;
}
.TagClassName
{
border-color: #2AFCDF;
}
</style>