Shades of Turquoise #4AEBCB
Tints of Turquoise #4AEBCB
RGB
CMYK
RGB Variations
Color information
#4AEBCB (or 0x4AEBCB) is known color: Turquoise. HEX triplet: 4A, EB and CB. RGB value is (74,235,203). Sum of RGB (Red+Green+Blue) = 74+235+203=512 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.45% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEBCB is #B51434. Grayscale: #B7B7B7. Windows color (decimal): -11867189 or 13364042. OLE color: 13364042.
HSL color Cylindrical-coordinate representation of color #4AEBCB: hue angle of 168.07º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBCB is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 235 | 203 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.08 |
| HSL | 168.07º | 0.8% | 0.61% | - |
| HSV(B) | 168.07º | 0.69% | 0.92% | - |
| XYZ | 43.31 | 65.18 | 66.8 | - |
| YUV | 183.21 | 139.16 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 235 | 203 | 0.69 | 0 | 0.14 | 0.08 | 168.07 | 0.8 | 0.61 |
| Hex | 4A | EB | CB | 45 | 0 | E | 8 | A8 | 50 | 3D |
| Octal | 112 | 353 | 313 | 105 | 0 | 16 | 10 | 250 | 120 | 75 |
| Binary | 1001010 | 11101011 | 11001011 | 1000101 | 0 | 1110 | 1000 | 10101000 | 1010000 | 111101 |
Color Harmonies of #4AEBCB
Complementary color
Monochromatic Colors of #4AEBCB
Black with #4AEBCB
Text Example
Text Example
White with #4AEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEBCB; }
p { color: rgb(74,235,203); }
H1.HeaderClassName
{
color: #4AEBCB;
}
.AnyTagClassName
{
color: #4AEBCB;
}
</style>
background-color css
<style>
a { background-color: #4AEBCB; }
a { background-color: rgb(74,235,203); }
div.DivClassName
{
background-color: #4AEBCB;
}
.BgClassName
{
background-color: #4AEBCB;
}
</style>
border-color css
<style>
span { border-color: #4AEBCB; }
span { border-color: rgb(74,235,203); }
td.TdClassName
{
border-color: #4AEBCB;
}
.TagClassName
{
border-color: #4AEBCB;
}
</style>