Shades of Turquoise #2AFDCC
Tints of Turquoise #2AFDCC
RGB
CMYK
RGB Variations
Color information
#2AFDCC (or 0x2AFDCC) is known color: Turquoise. HEX triplet: 2A, FD and CC. RGB value is (42,253,204). Sum of RGB (Red+Green+Blue) = 42+253+204=499 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.42% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDCC is #D50233. Grayscale: #B8B8B8. Windows color (decimal): -13959732 or 13434154. OLE color: 13434154.
HSL color Cylindrical-coordinate representation of color #2AFDCC: hue angle of 166.07º 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 #2AFDCC is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 204 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.01 |
| HSL | 166.07º | 0.98% | 0.58% | - |
| HSV(B) | 166.07º | 0.83% | 0.99% | - |
| XYZ | 46.98 | 75.1 | 69.15 | - |
| YUV | 184.33 | 139.1 | 26.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 204 | 0.83 | 0 | 0.19 | 0.01 | 166.07 | 0.98 | 0.58 |
| Hex | 2A | FD | CC | 53 | 0 | 13 | 1 | A6 | 62 | 3A |
| Octal | 52 | 375 | 314 | 123 | 0 | 23 | 1 | 246 | 142 | 72 |
| Binary | 101010 | 11111101 | 11001100 | 1010011 | 0 | 10011 | 1 | 10100110 | 1100010 | 111010 |
Color Harmonies of #2AFDCC
Complementary color
Monochromatic Colors of #2AFDCC
Black with #2AFDCC
Text Example
Text Example
White with #2AFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDCC; }
p { color: rgb(42,253,204); }
H1.HeaderClassName
{
color: #2AFDCC;
}
.AnyTagClassName
{
color: #2AFDCC;
}
</style>
background-color css
<style>
a { background-color: #2AFDCC; }
a { background-color: rgb(42,253,204); }
div.DivClassName
{
background-color: #2AFDCC;
}
.BgClassName
{
background-color: #2AFDCC;
}
</style>
border-color css
<style>
span { border-color: #2AFDCC; }
span { border-color: rgb(42,253,204); }
td.TdClassName
{
border-color: #2AFDCC;
}
.TagClassName
{
border-color: #2AFDCC;
}
</style>