Shades of Medium Turquoise #4ACFE5
Tints of Medium Turquoise #4ACFE5
RGB
CMYK
RGB Variations
Color information
#4ACFE5 (or 0x4ACFE5) is known color: Medium Turquoise. HEX triplet: 4A, CF and E5. RGB value is (74,207,229). Sum of RGB (Red+Green+Blue) = 74+207+229=510 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.51% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #4ACFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACFE5 is #B5301A. Grayscale: #A9A9A9. Windows color (decimal): -11874331 or 15060810. OLE color: 15060810.
HSL color Cylindrical-coordinate representation of color #4ACFE5: hue angle of 188.52º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ACFE5 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 207 | 229 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.10 |
| HSL | 188.52º | 0.75% | 0.59% | - |
| HSV(B) | 188.52º | 0.68% | 0.9% | - |
| XYZ | 39.28 | 51.74 | 82.05 | - |
| YUV | 169.74 | 161.44 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 229 | 0.68 | 0.10 | 0 | 0.10 | 188.52 | 0.75 | 0.59 |
| Hex | 4A | CF | E5 | 44 | A | 0 | A | BD | 4B | 3B |
| Octal | 112 | 317 | 345 | 104 | 12 | 0 | 12 | 275 | 113 | 73 |
| Binary | 1001010 | 11001111 | 11100101 | 1000100 | 1010 | 0 | 1010 | 10111101 | 1001011 | 111011 |
Color Harmonies of #4ACFE5
Complementary color
Monochromatic Colors of #4ACFE5
Black with #4ACFE5
Text Example
Text Example
White with #4ACFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACFE5; }
p { color: rgb(74,207,229); }
H1.HeaderClassName
{
color: #4ACFE5;
}
.AnyTagClassName
{
color: #4ACFE5;
}
</style>
background-color css
<style>
a { background-color: #4ACFE5; }
a { background-color: rgb(74,207,229); }
div.DivClassName
{
background-color: #4ACFE5;
}
.BgClassName
{
background-color: #4ACFE5;
}
</style>
border-color css
<style>
span { border-color: #4ACFE5; }
span { border-color: rgb(74,207,229); }
td.TdClassName
{
border-color: #4ACFE5;
}
.TagClassName
{
border-color: #4ACFE5;
}
</style>