Shades of Medium Turquoise #4BCCCF
Tints of Medium Turquoise #4BCCCF
RGB
CMYK
RGB Variations
Color information
#4BCCCF (or 0x4BCCCF) is known color: Medium Turquoise. HEX triplet: 4B, CC and CF. RGB value is (75,204,207). Sum of RGB (Red+Green+Blue) = 75+204+207=486 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.43% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #4BCCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCCCF is #B43330. Grayscale: #A5A5A5. Windows color (decimal): -11809585 or 13618251. OLE color: 13618251.
HSL color Cylindrical-coordinate representation of color #4BCCCF: hue angle of 181.36º 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 #4BCCCF is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 204 | 207 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.19 |
| HSL | 181.36º | 0.58% | 0.55% | - |
| HSV(B) | 181.36º | 0.64% | 0.81% | - |
| XYZ | 35.76 | 49.19 | 66.64 | - |
| YUV | 165.77 | 151.26 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 207 | 0.64 | 0.01 | 0 | 0.19 | 181.36 | 0.58 | 0.55 |
| Hex | 4B | CC | CF | 40 | 1 | 0 | 13 | B5 | 3A | 37 |
| Octal | 113 | 314 | 317 | 100 | 1 | 0 | 23 | 265 | 72 | 67 |
| Binary | 1001011 | 11001100 | 11001111 | 1000000 | 1 | 0 | 10011 | 10110101 | 111010 | 110111 |
Color Harmonies of #4BCCCF
Complementary color
Monochromatic Colors of #4BCCCF
Black with #4BCCCF
Text Example
Text Example
White with #4BCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCCF; }
p { color: rgb(75,204,207); }
H1.HeaderClassName
{
color: #4BCCCF;
}
.AnyTagClassName
{
color: #4BCCCF;
}
</style>
background-color css
<style>
a { background-color: #4BCCCF; }
a { background-color: rgb(75,204,207); }
div.DivClassName
{
background-color: #4BCCCF;
}
.BgClassName
{
background-color: #4BCCCF;
}
</style>
border-color css
<style>
span { border-color: #4BCCCF; }
span { border-color: rgb(75,204,207); }
td.TdClassName
{
border-color: #4BCCCF;
}
.TagClassName
{
border-color: #4BCCCF;
}
</style>