Shades of Turquoise #2AFCCD
Tints of Turquoise #2AFCCD
RGB
CMYK
RGB Variations
Color information
#2AFCCD (or 0x2AFCCD) is known color: Turquoise. HEX triplet: 2A, FC and CD. RGB value is (42,252,205). Sum of RGB (Red+Green+Blue) = 42+252+205=499 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.42% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCCD is #D50332. Grayscale: #B7B7B7. Windows color (decimal): -13959987 or 13499434. OLE color: 13499434.
HSL color Cylindrical-coordinate representation of color #2AFCCD: hue angle of 166.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 #2AFCCD is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 205 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.01 |
| HSL | 166.57º | 0.97% | 0.58% | - |
| HSV(B) | 166.57º | 0.83% | 0.99% | - |
| XYZ | 46.78 | 74.52 | 69.68 | - |
| YUV | 183.85 | 139.93 | 26.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 205 | 0.83 | 0 | 0.19 | 0.01 | 166.57 | 0.97 | 0.58 |
| Hex | 2A | FC | CD | 53 | 0 | 13 | 1 | A7 | 61 | 3A |
| Octal | 52 | 374 | 315 | 123 | 0 | 23 | 1 | 247 | 141 | 72 |
| Binary | 101010 | 11111100 | 11001101 | 1010011 | 0 | 10011 | 1 | 10100111 | 1100001 | 111010 |
Color Harmonies of #2AFCCD
Complementary color
Monochromatic Colors of #2AFCCD
Black with #2AFCCD
Text Example
Text Example
White with #2AFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCCD; }
p { color: rgb(42,252,205); }
H1.HeaderClassName
{
color: #2AFCCD;
}
.AnyTagClassName
{
color: #2AFCCD;
}
</style>
background-color css
<style>
a { background-color: #2AFCCD; }
a { background-color: rgb(42,252,205); }
div.DivClassName
{
background-color: #2AFCCD;
}
.BgClassName
{
background-color: #2AFCCD;
}
</style>
border-color css
<style>
span { border-color: #2AFCCD; }
span { border-color: rgb(42,252,205); }
td.TdClassName
{
border-color: #2AFCCD;
}
.TagClassName
{
border-color: #2AFCCD;
}
</style>