Shades of Turquoise #4BDFCE
Tints of Turquoise #4BDFCE
RGB
CMYK
RGB Variations
Color information
#4BDFCE (or 0x4BDFCE) is known color: Turquoise. HEX triplet: 4B, DF and CE. RGB value is (75,223,206). Sum of RGB (Red+Green+Blue) = 75+223+206=504 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.88% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFCE is #B42031. Grayscale: #B0B0B0. Windows color (decimal): -11804722 or 13557579. OLE color: 13557579.
HSL color Cylindrical-coordinate representation of color #4BDFCE: hue angle of 173.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDFCE is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 206 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.13 |
| HSL | 173.11º | 0.7% | 0.58% | - |
| HSV(B) | 173.11º | 0.66% | 0.87% | - |
| XYZ | 40.43 | 58.73 | 67.6 | - |
| YUV | 176.81 | 144.47 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 206 | 0.66 | 0 | 0.08 | 0.13 | 173.11 | 0.7 | 0.58 |
| Hex | 4B | DF | CE | 42 | 0 | 8 | D | AD | 46 | 3A |
| Octal | 113 | 337 | 316 | 102 | 0 | 10 | 15 | 255 | 106 | 72 |
| Binary | 1001011 | 11011111 | 11001110 | 1000010 | 0 | 1000 | 1101 | 10101101 | 1000110 | 111010 |
Color Harmonies of #4BDFCE
Complementary color
Monochromatic Colors of #4BDFCE
Black with #4BDFCE
Text Example
Text Example
White with #4BDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFCE; }
p { color: rgb(75,223,206); }
H1.HeaderClassName
{
color: #4BDFCE;
}
.AnyTagClassName
{
color: #4BDFCE;
}
</style>
background-color css
<style>
a { background-color: #4BDFCE; }
a { background-color: rgb(75,223,206); }
div.DivClassName
{
background-color: #4BDFCE;
}
.BgClassName
{
background-color: #4BDFCE;
}
</style>
border-color css
<style>
span { border-color: #4BDFCE; }
span { border-color: rgb(75,223,206); }
td.TdClassName
{
border-color: #4BDFCE;
}
.TagClassName
{
border-color: #4BDFCE;
}
</style>