Shades of Turquoise #4ADBDF
Tints of Turquoise #4ADBDF
RGB
CMYK
RGB Variations
Color information
#4ADBDF (or 0x4ADBDF) is known color: Turquoise. HEX triplet: 4A, DB and DF. RGB value is (74,219,223). Sum of RGB (Red+Green+Blue) = 74+219+223=516 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.34% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #4ADBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBDF is #B52420. Grayscale: #AFAFAF. Windows color (decimal): -11871265 or 14670666. OLE color: 14670666.
HSL color Cylindrical-coordinate representation of color #4ADBDF: hue angle of 181.61º 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 #4ADBDF is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 219 | 223 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.13 |
| HSL | 181.61º | 0.7% | 0.58% | - |
| HSV(B) | 181.61º | 0.67% | 0.87% | - |
| XYZ | 41.47 | 57.45 | 78.71 | - |
| YUV | 176.1 | 154.46 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 223 | 0.67 | 0.02 | 0 | 0.13 | 181.61 | 0.7 | 0.58 |
| Hex | 4A | DB | DF | 43 | 2 | 0 | D | B6 | 46 | 3A |
| Octal | 112 | 333 | 337 | 103 | 2 | 0 | 15 | 266 | 106 | 72 |
| Binary | 1001010 | 11011011 | 11011111 | 1000011 | 10 | 0 | 1101 | 10110110 | 1000110 | 111010 |
Color Harmonies of #4ADBDF
Complementary color
Monochromatic Colors of #4ADBDF
Black with #4ADBDF
Text Example
Text Example
White with #4ADBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBDF; }
p { color: rgb(74,219,223); }
H1.HeaderClassName
{
color: #4ADBDF;
}
.AnyTagClassName
{
color: #4ADBDF;
}
</style>
background-color css
<style>
a { background-color: #4ADBDF; }
a { background-color: rgb(74,219,223); }
div.DivClassName
{
background-color: #4ADBDF;
}
.BgClassName
{
background-color: #4ADBDF;
}
</style>
border-color css
<style>
span { border-color: #4ADBDF; }
span { border-color: rgb(74,219,223); }
td.TdClassName
{
border-color: #4ADBDF;
}
.TagClassName
{
border-color: #4ADBDF;
}
</style>