Shades of Medium Turquoise #4BD5DC
Tints of Medium Turquoise #4BD5DC
RGB
CMYK
RGB Variations
Color information
#4BD5DC (or 0x4BD5DC) is known color: Medium Turquoise. HEX triplet: 4B, D5 and DC. RGB value is (75,213,220). Sum of RGB (Red+Green+Blue) = 75+213+220=508 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.76% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BD5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD5DC is #B42A23. Grayscale: #ACACAC. Windows color (decimal): -11807268 or 14472523. OLE color: 14472523.
HSL color Cylindrical-coordinate representation of color #4BD5DC: hue angle of 182.9º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BD5DC is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 213 | 220 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.14 |
| HSL | 182.9º | 0.67% | 0.58% | - |
| HSV(B) | 182.9º | 0.66% | 0.86% | - |
| XYZ | 39.61 | 54.25 | 76.09 | - |
| YUV | 172.54 | 154.78 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 213 | 220 | 0.66 | 0.03 | 0 | 0.14 | 182.9 | 0.67 | 0.58 |
| Hex | 4B | D5 | DC | 42 | 3 | 0 | E | B7 | 43 | 3A |
| Octal | 113 | 325 | 334 | 102 | 3 | 0 | 16 | 267 | 103 | 72 |
| Binary | 1001011 | 11010101 | 11011100 | 1000010 | 11 | 0 | 1110 | 10110111 | 1000011 | 111010 |
Color Harmonies of #4BD5DC
Complementary color
Monochromatic Colors of #4BD5DC
Black with #4BD5DC
Text Example
Text Example
White with #4BD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD5DC; }
p { color: rgb(75,213,220); }
H1.HeaderClassName
{
color: #4BD5DC;
}
.AnyTagClassName
{
color: #4BD5DC;
}
</style>
background-color css
<style>
a { background-color: #4BD5DC; }
a { background-color: rgb(75,213,220); }
div.DivClassName
{
background-color: #4BD5DC;
}
.BgClassName
{
background-color: #4BD5DC;
}
</style>
border-color css
<style>
span { border-color: #4BD5DC; }
span { border-color: rgb(75,213,220); }
td.TdClassName
{
border-color: #4BD5DC;
}
.TagClassName
{
border-color: #4BD5DC;
}
</style>