Shades of Turquoise #2ADFCC
Tints of Turquoise #2ADFCC
RGB
CMYK
RGB Variations
Color information
#2ADFCC (or 0x2ADFCC) is known color: Turquoise. HEX triplet: 2A, DF and CC. RGB value is (42,223,204). Sum of RGB (Red+Green+Blue) = 42+223+204=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFCC is #D52033. Grayscale: #A6A6A6. Windows color (decimal): -13967412 or 13426474. OLE color: 13426474.
HSL color Cylindrical-coordinate representation of color #2ADFCC: hue angle of 173.7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADFCC is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 204 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.13 |
| HSL | 173.7º | 0.74% | 0.52% | - |
| HSV(B) | 173.7º | 0.81% | 0.87% | - |
| XYZ | 38.24 | 57.63 | 66.23 | - |
| YUV | 166.72 | 149.03 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 204 | 0.81 | 0 | 0.09 | 0.13 | 173.7 | 0.74 | 0.52 |
| Hex | 2A | DF | CC | 51 | 0 | 9 | D | AE | 4A | 34 |
| Octal | 52 | 337 | 314 | 121 | 0 | 11 | 15 | 256 | 112 | 64 |
| Binary | 101010 | 11011111 | 11001100 | 1010001 | 0 | 1001 | 1101 | 10101110 | 1001010 | 110100 |
Color Harmonies of #2ADFCC
Complementary color
Monochromatic Colors of #2ADFCC
Black with #2ADFCC
Text Example
Text Example
White with #2ADFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFCC; }
p { color: rgb(42,223,204); }
H1.HeaderClassName
{
color: #2ADFCC;
}
.AnyTagClassName
{
color: #2ADFCC;
}
</style>
background-color css
<style>
a { background-color: #2ADFCC; }
a { background-color: rgb(42,223,204); }
div.DivClassName
{
background-color: #2ADFCC;
}
.BgClassName
{
background-color: #2ADFCC;
}
</style>
border-color css
<style>
span { border-color: #2ADFCC; }
span { border-color: rgb(42,223,204); }
td.TdClassName
{
border-color: #2ADFCC;
}
.TagClassName
{
border-color: #2ADFCC;
}
</style>