Shades of Turquoise #4ADEC7
Tints of Turquoise #4ADEC7
RGB
CMYK
RGB Variations
Color information
#4ADEC7 (or 0x4ADEC7) is known color: Turquoise. HEX triplet: 4A, DE and C7. RGB value is (74,222,199). Sum of RGB (Red+Green+Blue) = 74+222+199=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEC7 is #B52138. Grayscale: #AFAFAF. Windows color (decimal): -11870521 or 13098570. OLE color: 13098570.
HSL color Cylindrical-coordinate representation of color #4ADEC7: hue angle of 170.68º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADEC7 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 199 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.13 |
| HSL | 170.68º | 0.69% | 0.58% | - |
| HSV(B) | 170.68º | 0.67% | 0.87% | - |
| XYZ | 39.25 | 57.82 | 63.12 | - |
| YUV | 175.13 | 141.47 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 199 | 0.67 | 0 | 0.10 | 0.13 | 170.68 | 0.69 | 0.58 |
| Hex | 4A | DE | C7 | 43 | 0 | A | D | AB | 45 | 3A |
| Octal | 112 | 336 | 307 | 103 | 0 | 12 | 15 | 253 | 105 | 72 |
| Binary | 1001010 | 11011110 | 11000111 | 1000011 | 0 | 1010 | 1101 | 10101011 | 1000101 | 111010 |
Color Harmonies of #4ADEC7
Complementary color
Monochromatic Colors of #4ADEC7
Black with #4ADEC7
Text Example
Text Example
White with #4ADEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEC7; }
p { color: rgb(74,222,199); }
H1.HeaderClassName
{
color: #4ADEC7;
}
.AnyTagClassName
{
color: #4ADEC7;
}
</style>
background-color css
<style>
a { background-color: #4ADEC7; }
a { background-color: rgb(74,222,199); }
div.DivClassName
{
background-color: #4ADEC7;
}
.BgClassName
{
background-color: #4ADEC7;
}
</style>
border-color css
<style>
span { border-color: #4ADEC7; }
span { border-color: rgb(74,222,199); }
td.TdClassName
{
border-color: #4ADEC7;
}
.TagClassName
{
border-color: #4ADEC7;
}
</style>