Shades of Turquoise #4BEECE
Tints of Turquoise #4BEECE
RGB
CMYK
RGB Variations
Color information
#4BEECE (or 0x4BEECE) is known color: Turquoise. HEX triplet: 4B, EE and CE. RGB value is (75,238,206). Sum of RGB (Red+Green+Blue) = 75+238+206=519 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.45% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #4BEECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEECE is #B41131. Grayscale: #B9B9B9. Windows color (decimal): -11800882 or 13561419. OLE color: 13561419.
HSL color Cylindrical-coordinate representation of color #4BEECE: hue angle of 168.22º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEECE is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 238 | 206 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.07 |
| HSL | 168.22º | 0.83% | 0.61% | - |
| HSV(B) | 168.22º | 0.68% | 0.93% | - |
| XYZ | 44.62 | 67.1 | 68.99 | - |
| YUV | 185.62 | 139.5 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 238 | 206 | 0.68 | 0 | 0.13 | 0.07 | 168.22 | 0.83 | 0.61 |
| Hex | 4B | EE | CE | 44 | 0 | D | 7 | A8 | 53 | 3D |
| Octal | 113 | 356 | 316 | 104 | 0 | 15 | 7 | 250 | 123 | 75 |
| Binary | 1001011 | 11101110 | 11001110 | 1000100 | 0 | 1101 | 111 | 10101000 | 1010011 | 111101 |
Color Harmonies of #4BEECE
Complementary color
Monochromatic Colors of #4BEECE
Black with #4BEECE
Text Example
Text Example
White with #4BEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEECE; }
p { color: rgb(75,238,206); }
H1.HeaderClassName
{
color: #4BEECE;
}
.AnyTagClassName
{
color: #4BEECE;
}
</style>
background-color css
<style>
a { background-color: #4BEECE; }
a { background-color: rgb(75,238,206); }
div.DivClassName
{
background-color: #4BEECE;
}
.BgClassName
{
background-color: #4BEECE;
}
</style>
border-color css
<style>
span { border-color: #4BEECE; }
span { border-color: rgb(75,238,206); }
td.TdClassName
{
border-color: #4BEECE;
}
.TagClassName
{
border-color: #4BEECE;
}
</style>