Shades of Turquoise #4BE8D4
Tints of Turquoise #4BE8D4
RGB
CMYK
RGB Variations
Color information
#4BE8D4 (or 0x4BE8D4) is known color: Turquoise. HEX triplet: 4B, E8 and D4. RGB value is (75,232,212). Sum of RGB (Red+Green+Blue) = 75+232+212=519 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.45% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE8D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE8D4 is #B4172B. Grayscale: #B6B6B6. Windows color (decimal): -11802412 or 13953099. OLE color: 13953099.
HSL color Cylindrical-coordinate representation of color #4BE8D4: hue angle of 172.36º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE8D4 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 232 | 212 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.09 |
| HSL | 172.36º | 0.77% | 0.6% | - |
| HSV(B) | 172.36º | 0.68% | 0.91% | - |
| XYZ | 43.64 | 63.96 | 72.33 | - |
| YUV | 182.78 | 144.49 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 232 | 212 | 0.68 | 0 | 0.09 | 0.09 | 172.36 | 0.77 | 0.6 |
| Hex | 4B | E8 | D4 | 44 | 0 | 9 | 9 | AC | 4D | 3C |
| Octal | 113 | 350 | 324 | 104 | 0 | 11 | 11 | 254 | 115 | 74 |
| Binary | 1001011 | 11101000 | 11010100 | 1000100 | 0 | 1001 | 1001 | 10101100 | 1001101 | 111100 |
Color Harmonies of #4BE8D4
Complementary color
Monochromatic Colors of #4BE8D4
Black with #4BE8D4
Text Example
Text Example
White with #4BE8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE8D4; }
p { color: rgb(75,232,212); }
H1.HeaderClassName
{
color: #4BE8D4;
}
.AnyTagClassName
{
color: #4BE8D4;
}
</style>
background-color css
<style>
a { background-color: #4BE8D4; }
a { background-color: rgb(75,232,212); }
div.DivClassName
{
background-color: #4BE8D4;
}
.BgClassName
{
background-color: #4BE8D4;
}
</style>
border-color css
<style>
span { border-color: #4BE8D4; }
span { border-color: rgb(75,232,212); }
td.TdClassName
{
border-color: #4BE8D4;
}
.TagClassName
{
border-color: #4BE8D4;
}
</style>