Shades of Medium Turquoise #4BCECF
Tints of Medium Turquoise #4BCECF
RGB
CMYK
RGB Variations
Color information
#4BCECF (or 0x4BCECF) is known color: Medium Turquoise. HEX triplet: 4B, CE and CF. RGB value is (75,206,207). Sum of RGB (Red+Green+Blue) = 75+206+207=488 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.37% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #4BCECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCECF is #B43130. Grayscale: #A6A6A6. Windows color (decimal): -11809073 or 13618763. OLE color: 13618763.
HSL color Cylindrical-coordinate representation of color #4BCECF: hue angle of 180.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCECF is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 206 | 207 | - |
| CMYK | 0.64 | 0.00 | 0 | 0.19 |
| HSL | 180.45º | 0.58% | 0.55% | - |
| HSV(B) | 180.45º | 0.64% | 0.81% | - |
| XYZ | 36.24 | 50.14 | 66.8 | - |
| YUV | 166.95 | 150.6 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 206 | 207 | 0.64 | 0.00 | 0 | 0.19 | 180.45 | 0.58 | 0.55 |
| Hex | 4B | CE | CF | 40 | 0 | 0 | 13 | B4 | 3A | 37 |
| Octal | 113 | 316 | 317 | 100 | 0 | 0 | 23 | 264 | 72 | 67 |
| Binary | 1001011 | 11001110 | 11001111 | 1000000 | 0 | 0 | 10011 | 10110100 | 111010 | 110111 |
Color Harmonies of #4BCECF
Complementary color
Monochromatic Colors of #4BCECF
Black with #4BCECF
Text Example
Text Example
White with #4BCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCECF; }
p { color: rgb(75,206,207); }
H1.HeaderClassName
{
color: #4BCECF;
}
.AnyTagClassName
{
color: #4BCECF;
}
</style>
background-color css
<style>
a { background-color: #4BCECF; }
a { background-color: rgb(75,206,207); }
div.DivClassName
{
background-color: #4BCECF;
}
.BgClassName
{
background-color: #4BCECF;
}
</style>
border-color css
<style>
span { border-color: #4BCECF; }
span { border-color: rgb(75,206,207); }
td.TdClassName
{
border-color: #4BCECF;
}
.TagClassName
{
border-color: #4BCECF;
}
</style>