Shades of Medium Turquoise #4BCAE3
Tints of Medium Turquoise #4BCAE3
RGB
CMYK
RGB Variations
Color information
#4BCAE3 (or 0x4BCAE3) is known color: Medium Turquoise. HEX triplet: 4B, CA and E3. RGB value is (75,202,227). Sum of RGB (Red+Green+Blue) = 75+202+227=504 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.88% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 227 - color contains mainly: blue. Hex color #4BCAE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCAE3 is #B4351C. Grayscale: #A6A6A6. Windows color (decimal): -11810077 or 14928459. OLE color: 14928459.
HSL color Cylindrical-coordinate representation of color #4BCAE3: hue angle of 189.87º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BCAE3 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 202 | 227 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.11 |
| HSL | 189.87º | 0.73% | 0.59% | - |
| HSV(B) | 189.87º | 0.67% | 0.89% | - |
| XYZ | 37.89 | 49.28 | 80.19 | - |
| YUV | 166.88 | 161.92 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 227 | 0.67 | 0.11 | 0 | 0.11 | 189.87 | 0.73 | 0.59 |
| Hex | 4B | CA | E3 | 43 | B | 0 | B | BE | 49 | 3B |
| Octal | 113 | 312 | 343 | 103 | 13 | 0 | 13 | 276 | 111 | 73 |
| Binary | 1001011 | 11001010 | 11100011 | 1000011 | 1011 | 0 | 1011 | 10111110 | 1001001 | 111011 |
Color Harmonies of #4BCAE3
Complementary color
Monochromatic Colors of #4BCAE3
Black with #4BCAE3
Text Example
Text Example
White with #4BCAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCAE3; }
p { color: rgb(75,202,227); }
H1.HeaderClassName
{
color: #4BCAE3;
}
.AnyTagClassName
{
color: #4BCAE3;
}
</style>
background-color css
<style>
a { background-color: #4BCAE3; }
a { background-color: rgb(75,202,227); }
div.DivClassName
{
background-color: #4BCAE3;
}
.BgClassName
{
background-color: #4BCAE3;
}
</style>
border-color css
<style>
span { border-color: #4BCAE3; }
span { border-color: rgb(75,202,227); }
td.TdClassName
{
border-color: #4BCAE3;
}
.TagClassName
{
border-color: #4BCAE3;
}
</style>