Shades of Turquoise #4AEACB
Tints of Turquoise #4AEACB
RGB
CMYK
RGB Variations
Color information
#4AEACB (or 0x4AEACB) is known color: Turquoise. HEX triplet: 4A, EA and CB. RGB value is (74,234,203). Sum of RGB (Red+Green+Blue) = 74+234+203=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEACB is #B51534. Grayscale: #B6B6B6. Windows color (decimal): -11867445 or 13363786. OLE color: 13363786.
HSL color Cylindrical-coordinate representation of color #4AEACB: hue angle of 168.38º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEACB is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 203 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.08 |
| HSL | 168.38º | 0.79% | 0.6% | - |
| HSV(B) | 168.38º | 0.68% | 0.92% | - |
| XYZ | 43.03 | 64.61 | 66.7 | - |
| YUV | 182.63 | 139.49 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 203 | 0.68 | 0 | 0.13 | 0.08 | 168.38 | 0.79 | 0.6 |
| Hex | 4A | EA | CB | 44 | 0 | D | 8 | A8 | 4F | 3C |
| Octal | 112 | 352 | 313 | 104 | 0 | 15 | 10 | 250 | 117 | 74 |
| Binary | 1001010 | 11101010 | 11001011 | 1000100 | 0 | 1101 | 1000 | 10101000 | 1001111 | 111100 |
Color Harmonies of #4AEACB
Complementary color
Monochromatic Colors of #4AEACB
Black with #4AEACB
Text Example
Text Example
White with #4AEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEACB; }
p { color: rgb(74,234,203); }
H1.HeaderClassName
{
color: #4AEACB;
}
.AnyTagClassName
{
color: #4AEACB;
}
</style>
background-color css
<style>
a { background-color: #4AEACB; }
a { background-color: rgb(74,234,203); }
div.DivClassName
{
background-color: #4AEACB;
}
.BgClassName
{
background-color: #4AEACB;
}
</style>
border-color css
<style>
span { border-color: #4AEACB; }
span { border-color: rgb(74,234,203); }
td.TdClassName
{
border-color: #4AEACB;
}
.TagClassName
{
border-color: #4AEACB;
}
</style>