Shades of Turquoise #4ADCDF
Tints of Turquoise #4ADCDF
RGB
CMYK
RGB Variations
Color information
#4ADCDF (or 0x4ADCDF) is known color: Turquoise. HEX triplet: 4A, DC and DF. RGB value is (74,220,223). Sum of RGB (Red+Green+Blue) = 74+220+223=517 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.31% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #4ADCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCDF is #B52320. Grayscale: #B0B0B0. Windows color (decimal): -11871009 or 14670922. OLE color: 14670922.
HSL color Cylindrical-coordinate representation of color #4ADCDF: hue angle of 181.21º 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 #4ADCDF is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 220 | 223 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.13 |
| HSL | 181.21º | 0.7% | 0.58% | - |
| HSV(B) | 181.21º | 0.67% | 0.87% | - |
| XYZ | 41.74 | 57.97 | 78.8 | - |
| YUV | 176.69 | 154.13 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 223 | 0.67 | 0.01 | 0 | 0.13 | 181.21 | 0.7 | 0.58 |
| Hex | 4A | DC | DF | 43 | 1 | 0 | D | B5 | 46 | 3A |
| Octal | 112 | 334 | 337 | 103 | 1 | 0 | 15 | 265 | 106 | 72 |
| Binary | 1001010 | 11011100 | 11011111 | 1000011 | 1 | 0 | 1101 | 10110101 | 1000110 | 111010 |
Color Harmonies of #4ADCDF
Complementary color
Monochromatic Colors of #4ADCDF
Black with #4ADCDF
Text Example
Text Example
White with #4ADCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCDF; }
p { color: rgb(74,220,223); }
H1.HeaderClassName
{
color: #4ADCDF;
}
.AnyTagClassName
{
color: #4ADCDF;
}
</style>
background-color css
<style>
a { background-color: #4ADCDF; }
a { background-color: rgb(74,220,223); }
div.DivClassName
{
background-color: #4ADCDF;
}
.BgClassName
{
background-color: #4ADCDF;
}
</style>
border-color css
<style>
span { border-color: #4ADCDF; }
span { border-color: rgb(74,220,223); }
td.TdClassName
{
border-color: #4ADCDF;
}
.TagClassName
{
border-color: #4ADCDF;
}
</style>