Shades of Turquoise #4ADFCB
Tints of Turquoise #4ADFCB
RGB
CMYK
RGB Variations
Color information
#4ADFCB (or 0x4ADFCB) is known color: Turquoise. HEX triplet: 4A, DF and CB. RGB value is (74,223,203). Sum of RGB (Red+Green+Blue) = 74+223+203=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFCB is #B52034. Grayscale: #B0B0B0. Windows color (decimal): -11870261 or 13360970. OLE color: 13360970.
HSL color Cylindrical-coordinate representation of color #4ADFCB: hue angle of 171.95º 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 #4ADFCB is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 203 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.13 |
| HSL | 171.95º | 0.7% | 0.58% | - |
| HSV(B) | 171.95º | 0.67% | 0.87% | - |
| XYZ | 39.99 | 58.54 | 65.69 | - |
| YUV | 176.17 | 143.14 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 203 | 0.67 | 0 | 0.09 | 0.13 | 171.95 | 0.7 | 0.58 |
| Hex | 4A | DF | CB | 43 | 0 | 9 | D | AC | 46 | 3A |
| Octal | 112 | 337 | 313 | 103 | 0 | 11 | 15 | 254 | 106 | 72 |
| Binary | 1001010 | 11011111 | 11001011 | 1000011 | 0 | 1001 | 1101 | 10101100 | 1000110 | 111010 |
Color Harmonies of #4ADFCB
Complementary color
Monochromatic Colors of #4ADFCB
Black with #4ADFCB
Text Example
Text Example
White with #4ADFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFCB; }
p { color: rgb(74,223,203); }
H1.HeaderClassName
{
color: #4ADFCB;
}
.AnyTagClassName
{
color: #4ADFCB;
}
</style>
background-color css
<style>
a { background-color: #4ADFCB; }
a { background-color: rgb(74,223,203); }
div.DivClassName
{
background-color: #4ADFCB;
}
.BgClassName
{
background-color: #4ADFCB;
}
</style>
border-color css
<style>
span { border-color: #4ADFCB; }
span { border-color: rgb(74,223,203); }
td.TdClassName
{
border-color: #4ADFCB;
}
.TagClassName
{
border-color: #4ADFCB;
}
</style>