Shades of Medium Turquoise #4ACBE5
Tints of Medium Turquoise #4ACBE5
RGB
CMYK
RGB Variations
Color information
#4ACBE5 (or 0x4ACBE5) is known color: Medium Turquoise. HEX triplet: 4A, CB and E5. RGB value is (74,203,229). Sum of RGB (Red+Green+Blue) = 74+203+229=506 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.62% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #4ACBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBE5 is #B5341A. Grayscale: #A7A7A7. Windows color (decimal): -11875355 or 15059786. OLE color: 15059786.
HSL color Cylindrical-coordinate representation of color #4ACBE5: hue angle of 190.06º 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 #4ACBE5 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 203 | 229 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.10 |
| HSL | 190.06º | 0.75% | 0.59% | - |
| HSV(B) | 190.06º | 0.68% | 0.9% | - |
| XYZ | 38.32 | 49.82 | 81.73 | - |
| YUV | 167.39 | 162.76 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 229 | 0.68 | 0.11 | 0 | 0.10 | 190.06 | 0.75 | 0.59 |
| Hex | 4A | CB | E5 | 44 | B | 0 | A | BE | 4B | 3B |
| Octal | 112 | 313 | 345 | 104 | 13 | 0 | 12 | 276 | 113 | 73 |
| Binary | 1001010 | 11001011 | 11100101 | 1000100 | 1011 | 0 | 1010 | 10111110 | 1001011 | 111011 |
Color Harmonies of #4ACBE5
Complementary color
Monochromatic Colors of #4ACBE5
Black with #4ACBE5
Text Example
Text Example
White with #4ACBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBE5; }
p { color: rgb(74,203,229); }
H1.HeaderClassName
{
color: #4ACBE5;
}
.AnyTagClassName
{
color: #4ACBE5;
}
</style>
background-color css
<style>
a { background-color: #4ACBE5; }
a { background-color: rgb(74,203,229); }
div.DivClassName
{
background-color: #4ACBE5;
}
.BgClassName
{
background-color: #4ACBE5;
}
</style>
border-color css
<style>
span { border-color: #4ACBE5; }
span { border-color: rgb(74,203,229); }
td.TdClassName
{
border-color: #4ACBE5;
}
.TagClassName
{
border-color: #4ACBE5;
}
</style>