Shades of Medium Turquoise #4BD2DF
Tints of Medium Turquoise #4BD2DF
RGB
CMYK
RGB Variations
Color information
#4BD2DF (or 0x4BD2DF) is known color: Medium Turquoise. HEX triplet: 4B, D2 and DF. RGB value is (75,210,223). Sum of RGB (Red+Green+Blue) = 75+210+223=508 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.76% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #4BD2DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD2DF is #B42D20. Grayscale: #AAAAAA. Windows color (decimal): -11808033 or 14668363. OLE color: 14668363.
HSL color Cylindrical-coordinate representation of color #4BD2DF: hue angle of 185.27º 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 #4BD2DF is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 210 | 223 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.13 |
| HSL | 185.27º | 0.7% | 0.58% | - |
| HSV(B) | 185.27º | 0.66% | 0.87% | - |
| XYZ | 39.27 | 52.92 | 77.96 | - |
| YUV | 171.12 | 157.27 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 223 | 0.66 | 0.06 | 0 | 0.13 | 185.27 | 0.7 | 0.58 |
| Hex | 4B | D2 | DF | 42 | 6 | 0 | D | B9 | 46 | 3A |
| Octal | 113 | 322 | 337 | 102 | 6 | 0 | 15 | 271 | 106 | 72 |
| Binary | 1001011 | 11010010 | 11011111 | 1000010 | 110 | 0 | 1101 | 10111001 | 1000110 | 111010 |
Color Harmonies of #4BD2DF
Complementary color
Monochromatic Colors of #4BD2DF
Black with #4BD2DF
Text Example
Text Example
White with #4BD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD2DF; }
p { color: rgb(75,210,223); }
H1.HeaderClassName
{
color: #4BD2DF;
}
.AnyTagClassName
{
color: #4BD2DF;
}
</style>
background-color css
<style>
a { background-color: #4BD2DF; }
a { background-color: rgb(75,210,223); }
div.DivClassName
{
background-color: #4BD2DF;
}
.BgClassName
{
background-color: #4BD2DF;
}
</style>
border-color css
<style>
span { border-color: #4BD2DF; }
span { border-color: rgb(75,210,223); }
td.TdClassName
{
border-color: #4BD2DF;
}
.TagClassName
{
border-color: #4BD2DF;
}
</style>