Shades of Medium Turquoise #4BCCEA
Tints of Medium Turquoise #4BCCEA
RGB
CMYK
RGB Variations
Color information
#4BCCEA (or 0x4BCCEA) is known color: Medium Turquoise. HEX triplet: 4B, CC and EA. RGB value is (75,204,234). Sum of RGB (Red+Green+Blue) = 75+204+234=513 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.62% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #4BCCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCCEA is #B43315. Grayscale: #A8A8A8. Windows color (decimal): -11809558 or 15387723. OLE color: 15387723.
HSL color Cylindrical-coordinate representation of color #4BCCEA: hue angle of 191.32º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BCCEA is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 204 | 234 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.08 |
| HSL | 191.32º | 0.79% | 0.61% | - |
| HSV(B) | 191.32º | 0.68% | 0.92% | - |
| XYZ | 39.35 | 50.62 | 85.54 | - |
| YUV | 168.85 | 164.76 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 234 | 0.68 | 0.13 | 0 | 0.08 | 191.32 | 0.79 | 0.61 |
| Hex | 4B | CC | EA | 44 | D | 0 | 8 | BF | 4F | 3D |
| Octal | 113 | 314 | 352 | 104 | 15 | 0 | 10 | 277 | 117 | 75 |
| Binary | 1001011 | 11001100 | 11101010 | 1000100 | 1101 | 0 | 1000 | 10111111 | 1001111 | 111101 |
Color Harmonies of #4BCCEA
Complementary color
Monochromatic Colors of #4BCCEA
Black with #4BCCEA
Text Example
Text Example
White with #4BCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCEA; }
p { color: rgb(75,204,234); }
H1.HeaderClassName
{
color: #4BCCEA;
}
.AnyTagClassName
{
color: #4BCCEA;
}
</style>
background-color css
<style>
a { background-color: #4BCCEA; }
a { background-color: rgb(75,204,234); }
div.DivClassName
{
background-color: #4BCCEA;
}
.BgClassName
{
background-color: #4BCCEA;
}
</style>
border-color css
<style>
span { border-color: #4BCCEA; }
span { border-color: rgb(75,204,234); }
td.TdClassName
{
border-color: #4BCCEA;
}
.TagClassName
{
border-color: #4BCCEA;
}
</style>