Shades of Turquoise #4BEFCD
Tints of Turquoise #4BEFCD
RGB
CMYK
RGB Variations
Color information
#4BEFCD (or 0x4BEFCD) is known color: Turquoise. HEX triplet: 4B, EF and CD. RGB value is (75,239,205). Sum of RGB (Red+Green+Blue) = 75+239+205=519 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.45% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEFCD is #B41032. Grayscale: #BABABA. Windows color (decimal): -11800627 or 13496139. OLE color: 13496139.
HSL color Cylindrical-coordinate representation of color #4BEFCD: hue angle of 167.56º 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 #4BEFCD is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 239 | 205 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.06 |
| HSL | 167.56º | 0.84% | 0.62% | - |
| HSV(B) | 167.56º | 0.69% | 0.94% | - |
| XYZ | 44.79 | 67.64 | 68.45 | - |
| YUV | 186.09 | 138.67 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 205 | 0.69 | 0 | 0.14 | 0.06 | 167.56 | 0.84 | 0.62 |
| Hex | 4B | EF | CD | 45 | 0 | E | 6 | A8 | 54 | 3E |
| Octal | 113 | 357 | 315 | 105 | 0 | 16 | 6 | 250 | 124 | 76 |
| Binary | 1001011 | 11101111 | 11001101 | 1000101 | 0 | 1110 | 110 | 10101000 | 1010100 | 111110 |
Color Harmonies of #4BEFCD
Complementary color
Monochromatic Colors of #4BEFCD
Black with #4BEFCD
Text Example
Text Example
White with #4BEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEFCD; }
p { color: rgb(75,239,205); }
H1.HeaderClassName
{
color: #4BEFCD;
}
.AnyTagClassName
{
color: #4BEFCD;
}
</style>
background-color css
<style>
a { background-color: #4BEFCD; }
a { background-color: rgb(75,239,205); }
div.DivClassName
{
background-color: #4BEFCD;
}
.BgClassName
{
background-color: #4BEFCD;
}
</style>
border-color css
<style>
span { border-color: #4BEFCD; }
span { border-color: rgb(75,239,205); }
td.TdClassName
{
border-color: #4BEFCD;
}
.TagClassName
{
border-color: #4BEFCD;
}
</style>