Shades of Turquoise #4AEFC3
Tints of Turquoise #4AEFC3
RGB
CMYK
RGB Variations
Color information
#4AEFC3 (or 0x4AEFC3) is known color: Turquoise. HEX triplet: 4A, EF and C3. RGB value is (74,239,195). Sum of RGB (Red+Green+Blue) = 74+239+195=508 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.57% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEFC3 is #B5103C. Grayscale: #B8B8B8. Windows color (decimal): -11866173 or 12840778. OLE color: 12840778.
HSL color Cylindrical-coordinate representation of color #4AEFC3: hue angle of 164º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEFC3 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 239 | 195 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.06 |
| HSL | 164º | 0.84% | 0.61% | - |
| HSV(B) | 164º | 0.69% | 0.94% | - |
| XYZ | 43.54 | 67.13 | 62.29 | - |
| YUV | 184.65 | 133.84 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 239 | 195 | 0.69 | 0 | 0.18 | 0.06 | 164 | 0.84 | 0.61 |
| Hex | 4A | EF | C3 | 45 | 0 | 12 | 6 | A4 | 54 | 3D |
| Octal | 112 | 357 | 303 | 105 | 0 | 22 | 6 | 244 | 124 | 75 |
| Binary | 1001010 | 11101111 | 11000011 | 1000101 | 0 | 10010 | 110 | 10100100 | 1010100 | 111101 |
Color Harmonies of #4AEFC3
Complementary color
Monochromatic Colors of #4AEFC3
Black with #4AEFC3
Text Example
Text Example
White with #4AEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEFC3; }
p { color: rgb(74,239,195); }
H1.HeaderClassName
{
color: #4AEFC3;
}
.AnyTagClassName
{
color: #4AEFC3;
}
</style>
background-color css
<style>
a { background-color: #4AEFC3; }
a { background-color: rgb(74,239,195); }
div.DivClassName
{
background-color: #4AEFC3;
}
.BgClassName
{
background-color: #4AEFC3;
}
</style>
border-color css
<style>
span { border-color: #4AEFC3; }
span { border-color: rgb(74,239,195); }
td.TdClassName
{
border-color: #4AEFC3;
}
.TagClassName
{
border-color: #4AEFC3;
}
</style>