Shades of Medium Turquoise #4BDBC9
Tints of Medium Turquoise #4BDBC9
RGB
CMYK
RGB Variations
Color information
#4BDBC9 (or 0x4BDBC9) is known color: Medium Turquoise. HEX triplet: 4B, DB and C9. RGB value is (75,219,201). Sum of RGB (Red+Green+Blue) = 75+219+201=495 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.15% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBC9 is #B42436. Grayscale: #ADADAD. Windows color (decimal): -11805751 or 13228875. OLE color: 13228875.
HSL color Cylindrical-coordinate representation of color #4BDBC9: hue angle of 172.5º 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 #4BDBC9 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 201 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.14 |
| HSL | 172.5º | 0.67% | 0.58% | - |
| HSV(B) | 172.5º | 0.66% | 0.86% | - |
| XYZ | 38.78 | 56.38 | 64.1 | - |
| YUV | 173.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 201 | 0.66 | 0 | 0.08 | 0.14 | 172.5 | 0.67 | 0.58 |
| Hex | 4B | DB | C9 | 42 | 0 | 8 | E | AC | 43 | 3A |
| Octal | 113 | 333 | 311 | 102 | 0 | 10 | 16 | 254 | 103 | 72 |
| Binary | 1001011 | 11011011 | 11001001 | 1000010 | 0 | 1000 | 1110 | 10101100 | 1000011 | 111010 |
Color Harmonies of #4BDBC9
Complementary color
Monochromatic Colors of #4BDBC9
Black with #4BDBC9
Text Example
Text Example
White with #4BDBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBC9; }
p { color: rgb(75,219,201); }
H1.HeaderClassName
{
color: #4BDBC9;
}
.AnyTagClassName
{
color: #4BDBC9;
}
</style>
background-color css
<style>
a { background-color: #4BDBC9; }
a { background-color: rgb(75,219,201); }
div.DivClassName
{
background-color: #4BDBC9;
}
.BgClassName
{
background-color: #4BDBC9;
}
</style>
border-color css
<style>
span { border-color: #4BDBC9; }
span { border-color: rgb(75,219,201); }
td.TdClassName
{
border-color: #4BDBC9;
}
.TagClassName
{
border-color: #4BDBC9;
}
</style>