Shades of Turquoise #2ADFC7
Tints of Turquoise #2ADFC7
RGB
CMYK
RGB Variations
Color information
#2ADFC7 (or 0x2ADFC7) is known color: Turquoise. HEX triplet: 2A, DF and C7. RGB value is (42,223,199). Sum of RGB (Red+Green+Blue) = 42+223+199=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFC7 is #D52038. Grayscale: #A6A6A6. Windows color (decimal): -13967417 or 13098794. OLE color: 13098794.
HSL color Cylindrical-coordinate representation of color #2ADFC7: hue angle of 172.04º 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 #2ADFC7 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 199 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.13 |
| HSL | 172.04º | 0.74% | 0.52% | - |
| HSV(B) | 172.04º | 0.81% | 0.87% | - |
| XYZ | 37.65 | 57.39 | 63.13 | - |
| YUV | 166.15 | 146.53 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 199 | 0.81 | 0 | 0.11 | 0.13 | 172.04 | 0.74 | 0.52 |
| Hex | 2A | DF | C7 | 51 | 0 | B | D | AC | 4A | 34 |
| Octal | 52 | 337 | 307 | 121 | 0 | 13 | 15 | 254 | 112 | 64 |
| Binary | 101010 | 11011111 | 11000111 | 1010001 | 0 | 1011 | 1101 | 10101100 | 1001010 | 110100 |
Color Harmonies of #2ADFC7
Complementary color
Monochromatic Colors of #2ADFC7
Black with #2ADFC7
Text Example
Text Example
White with #2ADFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFC7; }
p { color: rgb(42,223,199); }
H1.HeaderClassName
{
color: #2ADFC7;
}
.AnyTagClassName
{
color: #2ADFC7;
}
</style>
background-color css
<style>
a { background-color: #2ADFC7; }
a { background-color: rgb(42,223,199); }
div.DivClassName
{
background-color: #2ADFC7;
}
.BgClassName
{
background-color: #2ADFC7;
}
</style>
border-color css
<style>
span { border-color: #2ADFC7; }
span { border-color: rgb(42,223,199); }
td.TdClassName
{
border-color: #2ADFC7;
}
.TagClassName
{
border-color: #2ADFC7;
}
</style>