Shades of Turquoise #4ADECB
Tints of Turquoise #4ADECB
RGB
CMYK
RGB Variations
Color information
#4ADECB (or 0x4ADECB) is known color: Turquoise. HEX triplet: 4A, DE and CB. RGB value is (74,222,203). Sum of RGB (Red+Green+Blue) = 74+222+203=499 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.83% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADECB is #B52134. Grayscale: #AFAFAF. Windows color (decimal): -11870517 or 13360714. OLE color: 13360714.
HSL color Cylindrical-coordinate representation of color #4ADECB: hue angle of 172.3º 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 #4ADECB is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 203 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.13 |
| HSL | 172.3º | 0.69% | 0.58% | - |
| HSV(B) | 172.3º | 0.67% | 0.87% | - |
| XYZ | 39.72 | 58.01 | 65.6 | - |
| YUV | 175.58 | 143.47 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 203 | 0.67 | 0 | 0.09 | 0.13 | 172.3 | 0.69 | 0.58 |
| Hex | 4A | DE | CB | 43 | 0 | 9 | D | AC | 45 | 3A |
| Octal | 112 | 336 | 313 | 103 | 0 | 11 | 15 | 254 | 105 | 72 |
| Binary | 1001010 | 11011110 | 11001011 | 1000011 | 0 | 1001 | 1101 | 10101100 | 1000101 | 111010 |
Color Harmonies of #4ADECB
Complementary color
Monochromatic Colors of #4ADECB
Black with #4ADECB
Text Example
Text Example
White with #4ADECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADECB; }
p { color: rgb(74,222,203); }
H1.HeaderClassName
{
color: #4ADECB;
}
.AnyTagClassName
{
color: #4ADECB;
}
</style>
background-color css
<style>
a { background-color: #4ADECB; }
a { background-color: rgb(74,222,203); }
div.DivClassName
{
background-color: #4ADECB;
}
.BgClassName
{
background-color: #4ADECB;
}
</style>
border-color css
<style>
span { border-color: #4ADECB; }
span { border-color: rgb(74,222,203); }
td.TdClassName
{
border-color: #4ADECB;
}
.TagClassName
{
border-color: #4ADECB;
}
</style>