Shades of Turquoise #4BEFDB
Tints of Turquoise #4BEFDB
RGB
CMYK
RGB Variations
Color information
#4BEFDB (or 0x4BEFDB) is known color: Turquoise. HEX triplet: 4B, EF and DB. RGB value is (75,239,219). Sum of RGB (Red+Green+Blue) = 75+239+219=533 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.07% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEFDB is #B41024. Grayscale: #BBBBBB. Windows color (decimal): -11800613 or 14413643. OLE color: 14413643.
HSL color Cylindrical-coordinate representation of color #4BEFDB: hue angle of 172.68º 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 #4BEFDB is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 239 | 219 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.06 |
| HSL | 172.68º | 0.84% | 0.62% | - |
| HSV(B) | 172.68º | 0.69% | 0.94% | - |
| XYZ | 46.55 | 68.34 | 77.76 | - |
| YUV | 187.68 | 145.67 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 219 | 0.69 | 0 | 0.08 | 0.06 | 172.68 | 0.84 | 0.62 |
| Hex | 4B | EF | DB | 45 | 0 | 8 | 6 | AD | 54 | 3E |
| Octal | 113 | 357 | 333 | 105 | 0 | 10 | 6 | 255 | 124 | 76 |
| Binary | 1001011 | 11101111 | 11011011 | 1000101 | 0 | 1000 | 110 | 10101101 | 1010100 | 111110 |
Color Harmonies of #4BEFDB
Complementary color
Monochromatic Colors of #4BEFDB
Black with #4BEFDB
Text Example
Text Example
White with #4BEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEFDB; }
p { color: rgb(75,239,219); }
H1.HeaderClassName
{
color: #4BEFDB;
}
.AnyTagClassName
{
color: #4BEFDB;
}
</style>
background-color css
<style>
a { background-color: #4BEFDB; }
a { background-color: rgb(75,239,219); }
div.DivClassName
{
background-color: #4BEFDB;
}
.BgClassName
{
background-color: #4BEFDB;
}
</style>
border-color css
<style>
span { border-color: #4BEFDB; }
span { border-color: rgb(75,239,219); }
td.TdClassName
{
border-color: #4BEFDB;
}
.TagClassName
{
border-color: #4BEFDB;
}
</style>