Shades of Turquoise #4ADFCF
Tints of Turquoise #4ADFCF
RGB
CMYK
RGB Variations
Color information
#4ADFCF (or 0x4ADFCF) is known color: Turquoise. HEX triplet: 4A, DF and CF. RGB value is (74,223,207). Sum of RGB (Red+Green+Blue) = 74+223+207=504 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.68% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFCF is #B52030. Grayscale: #B0B0B0. Windows color (decimal): -11870257 or 13623114. OLE color: 13623114.
HSL color Cylindrical-coordinate representation of color #4ADFCF: hue angle of 173.56º degrees, saturation: 0.7, 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 #4ADFCF is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 207 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.13 |
| HSL | 173.56º | 0.7% | 0.58% | - |
| HSV(B) | 173.56º | 0.67% | 0.87% | - |
| XYZ | 40.47 | 58.74 | 68.24 | - |
| YUV | 176.63 | 145.14 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 207 | 0.67 | 0 | 0.07 | 0.13 | 173.56 | 0.7 | 0.58 |
| Hex | 4A | DF | CF | 43 | 0 | 7 | D | AE | 46 | 3A |
| Octal | 112 | 337 | 317 | 103 | 0 | 7 | 15 | 256 | 106 | 72 |
| Binary | 1001010 | 11011111 | 11001111 | 1000011 | 0 | 111 | 1101 | 10101110 | 1000110 | 111010 |
Color Harmonies of #4ADFCF
Complementary color
Monochromatic Colors of #4ADFCF
Black with #4ADFCF
Text Example
Text Example
White with #4ADFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFCF; }
p { color: rgb(74,223,207); }
H1.HeaderClassName
{
color: #4ADFCF;
}
.AnyTagClassName
{
color: #4ADFCF;
}
</style>
background-color css
<style>
a { background-color: #4ADFCF; }
a { background-color: rgb(74,223,207); }
div.DivClassName
{
background-color: #4ADFCF;
}
.BgClassName
{
background-color: #4ADFCF;
}
</style>
border-color css
<style>
span { border-color: #4ADFCF; }
span { border-color: rgb(74,223,207); }
td.TdClassName
{
border-color: #4ADFCF;
}
.TagClassName
{
border-color: #4ADFCF;
}
</style>