Shades of Medium Turquoise #4BD1EA
Tints of Medium Turquoise #4BD1EA
RGB
CMYK
RGB Variations
Color information
#4BD1EA (or 0x4BD1EA) is known color: Medium Turquoise. HEX triplet: 4B, D1 and EA. RGB value is (75,209,234). Sum of RGB (Red+Green+Blue) = 75+209+234=518 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.48% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #4BD1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BD1EA is #B42E15. Grayscale: #ABABAB. Windows color (decimal): -11808278 or 15389003. OLE color: 15389003.
HSL color Cylindrical-coordinate representation of color #4BD1EA: hue angle of 189.43º 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 #4BD1EA is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 209 | 234 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.08 |
| HSL | 189.43º | 0.79% | 0.61% | - |
| HSV(B) | 189.43º | 0.68% | 0.92% | - |
| XYZ | 40.55 | 53.04 | 85.94 | - |
| YUV | 171.78 | 163.11 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 209 | 234 | 0.68 | 0.11 | 0 | 0.08 | 189.43 | 0.79 | 0.61 |
| Hex | 4B | D1 | EA | 44 | B | 0 | 8 | BD | 4F | 3D |
| Octal | 113 | 321 | 352 | 104 | 13 | 0 | 10 | 275 | 117 | 75 |
| Binary | 1001011 | 11010001 | 11101010 | 1000100 | 1011 | 0 | 1000 | 10111101 | 1001111 | 111101 |
Color Harmonies of #4BD1EA
Complementary color
Monochromatic Colors of #4BD1EA
Black with #4BD1EA
Text Example
Text Example
White with #4BD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD1EA; }
p { color: rgb(75,209,234); }
H1.HeaderClassName
{
color: #4BD1EA;
}
.AnyTagClassName
{
color: #4BD1EA;
}
</style>
background-color css
<style>
a { background-color: #4BD1EA; }
a { background-color: rgb(75,209,234); }
div.DivClassName
{
background-color: #4BD1EA;
}
.BgClassName
{
background-color: #4BD1EA;
}
</style>
border-color css
<style>
span { border-color: #4BD1EA; }
span { border-color: rgb(75,209,234); }
td.TdClassName
{
border-color: #4BD1EA;
}
.TagClassName
{
border-color: #4BD1EA;
}
</style>