Shades of Turquoise #4BDFCD
Tints of Turquoise #4BDFCD
RGB
CMYK
RGB Variations
Color information
#4BDFCD (or 0x4BDFCD) is known color: Turquoise. HEX triplet: 4B, DF and CD. RGB value is (75,223,205). Sum of RGB (Red+Green+Blue) = 75+223+205=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFCD is #B42032. Grayscale: #B0B0B0. Windows color (decimal): -11804723 or 13492043. OLE color: 13492043.
HSL color Cylindrical-coordinate representation of color #4BDFCD: hue angle of 172.7º 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 #4BDFCD is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 205 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.13 |
| HSL | 172.7º | 0.7% | 0.58% | - |
| HSV(B) | 172.7º | 0.66% | 0.87% | - |
| XYZ | 40.31 | 58.68 | 66.96 | - |
| YUV | 176.7 | 143.97 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 205 | 0.66 | 0 | 0.08 | 0.13 | 172.7 | 0.7 | 0.58 |
| Hex | 4B | DF | CD | 42 | 0 | 8 | D | AD | 46 | 3A |
| Octal | 113 | 337 | 315 | 102 | 0 | 10 | 15 | 255 | 106 | 72 |
| Binary | 1001011 | 11011111 | 11001101 | 1000010 | 0 | 1000 | 1101 | 10101101 | 1000110 | 111010 |
Color Harmonies of #4BDFCD
Complementary color
Monochromatic Colors of #4BDFCD
Black with #4BDFCD
Text Example
Text Example
White with #4BDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFCD; }
p { color: rgb(75,223,205); }
H1.HeaderClassName
{
color: #4BDFCD;
}
.AnyTagClassName
{
color: #4BDFCD;
}
</style>
background-color css
<style>
a { background-color: #4BDFCD; }
a { background-color: rgb(75,223,205); }
div.DivClassName
{
background-color: #4BDFCD;
}
.BgClassName
{
background-color: #4BDFCD;
}
</style>
border-color css
<style>
span { border-color: #4BDFCD; }
span { border-color: rgb(75,223,205); }
td.TdClassName
{
border-color: #4BDFCD;
}
.TagClassName
{
border-color: #4BDFCD;
}
</style>