Shades of Turquoise #4BEFDD
Tints of Turquoise #4BEFDD
RGB
CMYK
RGB Variations
Color information
#4BEFDD (or 0x4BEFDD) is known color: Turquoise. HEX triplet: 4B, EF and DD. RGB value is (75,239,221). Sum of RGB (Red+Green+Blue) = 75+239+221=535 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.02% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEFDD is #B41022. Grayscale: #BBBBBB. Windows color (decimal): -11800611 or 14544715. OLE color: 14544715.
HSL color Cylindrical-coordinate representation of color #4BEFDD: hue angle of 173.41º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BEFDD is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 239 | 221 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.06 |
| HSL | 173.41º | 0.84% | 0.62% | - |
| HSV(B) | 173.41º | 0.69% | 0.94% | - |
| XYZ | 46.82 | 68.45 | 79.15 | - |
| YUV | 187.91 | 146.67 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 221 | 0.69 | 0 | 0.08 | 0.06 | 173.41 | 0.84 | 0.62 |
| Hex | 4B | EF | DD | 45 | 0 | 8 | 6 | AD | 54 | 3E |
| Octal | 113 | 357 | 335 | 105 | 0 | 10 | 6 | 255 | 124 | 76 |
| Binary | 1001011 | 11101111 | 11011101 | 1000101 | 0 | 1000 | 110 | 10101101 | 1010100 | 111110 |
Color Harmonies of #4BEFDD
Complementary color
Monochromatic Colors of #4BEFDD
Black with #4BEFDD
Text Example
Text Example
White with #4BEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEFDD; }
p { color: rgb(75,239,221); }
H1.HeaderClassName
{
color: #4BEFDD;
}
.AnyTagClassName
{
color: #4BEFDD;
}
</style>
background-color css
<style>
a { background-color: #4BEFDD; }
a { background-color: rgb(75,239,221); }
div.DivClassName
{
background-color: #4BEFDD;
}
.BgClassName
{
background-color: #4BEFDD;
}
</style>
border-color css
<style>
span { border-color: #4BEFDD; }
span { border-color: rgb(75,239,221); }
td.TdClassName
{
border-color: #4BEFDD;
}
.TagClassName
{
border-color: #4BEFDD;
}
</style>