Shades of Turquoise #4AEAC3
Tints of Turquoise #4AEAC3
RGB
CMYK
RGB Variations
Color information
#4AEAC3 (or 0x4AEAC3) is known color: Turquoise. HEX triplet: 4A, EA and C3. RGB value is (74,234,195). Sum of RGB (Red+Green+Blue) = 74+234+195=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEAC3 is #B5153C. Grayscale: #B5B5B5. Windows color (decimal): -11867453 or 12839498. OLE color: 12839498.
HSL color Cylindrical-coordinate representation of color #4AEAC3: hue angle of 165.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 #4AEAC3 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 195 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.08 |
| HSL | 165.38º | 0.79% | 0.6% | - |
| HSV(B) | 165.38º | 0.68% | 0.92% | - |
| XYZ | 42.1 | 64.24 | 61.81 | - |
| YUV | 181.71 | 135.49 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 195 | 0.68 | 0 | 0.17 | 0.08 | 165.38 | 0.79 | 0.6 |
| Hex | 4A | EA | C3 | 44 | 0 | 11 | 8 | A5 | 4F | 3C |
| Octal | 112 | 352 | 303 | 104 | 0 | 21 | 10 | 245 | 117 | 74 |
| Binary | 1001010 | 11101010 | 11000011 | 1000100 | 0 | 10001 | 1000 | 10100101 | 1001111 | 111100 |
Color Harmonies of #4AEAC3
Complementary color
Monochromatic Colors of #4AEAC3
Black with #4AEAC3
Text Example
Text Example
White with #4AEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEAC3; }
p { color: rgb(74,234,195); }
H1.HeaderClassName
{
color: #4AEAC3;
}
.AnyTagClassName
{
color: #4AEAC3;
}
</style>
background-color css
<style>
a { background-color: #4AEAC3; }
a { background-color: rgb(74,234,195); }
div.DivClassName
{
background-color: #4AEAC3;
}
.BgClassName
{
background-color: #4AEAC3;
}
</style>
border-color css
<style>
span { border-color: #4AEAC3; }
span { border-color: rgb(74,234,195); }
td.TdClassName
{
border-color: #4AEAC3;
}
.TagClassName
{
border-color: #4AEAC3;
}
</style>