Shades of Medium Turquoise #4BCFCA
Tints of Medium Turquoise #4BCFCA
RGB
CMYK
RGB Variations
Color information
#4BCFCA (or 0x4BCFCA) is known color: Medium Turquoise. HEX triplet: 4B, CF and CA. RGB value is (75,207,202). Sum of RGB (Red+Green+Blue) = 75+207+202=484 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.50% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFCA is #B43035. Grayscale: #A6A6A6. Windows color (decimal): -11808822 or 13291339. OLE color: 13291339.
HSL color Cylindrical-coordinate representation of color #4BCFCA: hue angle of 177.73º 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 #4BCFCA is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 207 | 202 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.19 |
| HSL | 177.73º | 0.58% | 0.55% | - |
| HSV(B) | 177.73º | 0.64% | 0.81% | - |
| XYZ | 35.88 | 50.39 | 63.71 | - |
| YUV | 166.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 202 | 0.64 | 0 | 0.02 | 0.19 | 177.73 | 0.58 | 0.55 |
| Hex | 4B | CF | CA | 40 | 0 | 2 | 13 | B2 | 3A | 37 |
| Octal | 113 | 317 | 312 | 100 | 0 | 2 | 23 | 262 | 72 | 67 |
| Binary | 1001011 | 11001111 | 11001010 | 1000000 | 0 | 10 | 10011 | 10110010 | 111010 | 110111 |
Color Harmonies of #4BCFCA
Complementary color
Monochromatic Colors of #4BCFCA
Black with #4BCFCA
Text Example
Text Example
White with #4BCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCFCA; }
p { color: rgb(75,207,202); }
H1.HeaderClassName
{
color: #4BCFCA;
}
.AnyTagClassName
{
color: #4BCFCA;
}
</style>
background-color css
<style>
a { background-color: #4BCFCA; }
a { background-color: rgb(75,207,202); }
div.DivClassName
{
background-color: #4BCFCA;
}
.BgClassName
{
background-color: #4BCFCA;
}
</style>
border-color css
<style>
span { border-color: #4BCFCA; }
span { border-color: rgb(75,207,202); }
td.TdClassName
{
border-color: #4BCFCA;
}
.TagClassName
{
border-color: #4BCFCA;
}
</style>