Shades of Medium Turquoise #4BCFEA
Tints of Medium Turquoise #4BCFEA
RGB
CMYK
RGB Variations
Color information
#4BCFEA (or 0x4BCFEA) is known color: Medium Turquoise. HEX triplet: 4B, CF and EA. RGB value is (75,207,234). Sum of RGB (Red+Green+Blue) = 75+207+234=516 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.53% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #4BCFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCFEA is #B43015. Grayscale: #AAAAAA. Windows color (decimal): -11808790 or 15388491. OLE color: 15388491.
HSL color Cylindrical-coordinate representation of color #4BCFEA: hue angle of 190.19º 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 #4BCFEA is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 207 | 234 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.08 |
| HSL | 190.19º | 0.79% | 0.61% | - |
| HSV(B) | 190.19º | 0.68% | 0.92% | - |
| XYZ | 40.07 | 52.06 | 85.78 | - |
| YUV | 170.61 | 163.77 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 234 | 0.68 | 0.12 | 0 | 0.08 | 190.19 | 0.79 | 0.61 |
| Hex | 4B | CF | EA | 44 | C | 0 | 8 | BE | 4F | 3D |
| Octal | 113 | 317 | 352 | 104 | 14 | 0 | 10 | 276 | 117 | 75 |
| Binary | 1001011 | 11001111 | 11101010 | 1000100 | 1100 | 0 | 1000 | 10111110 | 1001111 | 111101 |
Color Harmonies of #4BCFEA
Complementary color
Monochromatic Colors of #4BCFEA
Black with #4BCFEA
Text Example
Text Example
White with #4BCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCFEA; }
p { color: rgb(75,207,234); }
H1.HeaderClassName
{
color: #4BCFEA;
}
.AnyTagClassName
{
color: #4BCFEA;
}
</style>
background-color css
<style>
a { background-color: #4BCFEA; }
a { background-color: rgb(75,207,234); }
div.DivClassName
{
background-color: #4BCFEA;
}
.BgClassName
{
background-color: #4BCFEA;
}
</style>
border-color css
<style>
span { border-color: #4BCFEA; }
span { border-color: rgb(75,207,234); }
td.TdClassName
{
border-color: #4BCFEA;
}
.TagClassName
{
border-color: #4BCFEA;
}
</style>