Shades of Turquoise #4BEACD
Tints of Turquoise #4BEACD
RGB
CMYK
RGB Variations
Color information
#4BEACD (or 0x4BEACD) is known color: Turquoise. HEX triplet: 4B, EA and CD. RGB value is (75,234,205). Sum of RGB (Red+Green+Blue) = 75+234+205=514 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.59% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEACD is #B41532. Grayscale: #B7B7B7. Windows color (decimal): -11801907 or 13494859. OLE color: 13494859.
HSL color Cylindrical-coordinate representation of color #4BEACD: hue angle of 169.06º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEACD is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 234 | 205 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.08 |
| HSL | 169.06º | 0.79% | 0.61% | - |
| HSV(B) | 169.06º | 0.68% | 0.92% | - |
| XYZ | 43.34 | 64.75 | 67.97 | - |
| YUV | 183.15 | 140.32 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 234 | 205 | 0.68 | 0 | 0.12 | 0.08 | 169.06 | 0.79 | 0.61 |
| Hex | 4B | EA | CD | 44 | 0 | C | 8 | A9 | 4F | 3D |
| Octal | 113 | 352 | 315 | 104 | 0 | 14 | 10 | 251 | 117 | 75 |
| Binary | 1001011 | 11101010 | 11001101 | 1000100 | 0 | 1100 | 1000 | 10101001 | 1001111 | 111101 |
Color Harmonies of #4BEACD
Complementary color
Monochromatic Colors of #4BEACD
Black with #4BEACD
Text Example
Text Example
White with #4BEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEACD; }
p { color: rgb(75,234,205); }
H1.HeaderClassName
{
color: #4BEACD;
}
.AnyTagClassName
{
color: #4BEACD;
}
</style>
background-color css
<style>
a { background-color: #4BEACD; }
a { background-color: rgb(75,234,205); }
div.DivClassName
{
background-color: #4BEACD;
}
.BgClassName
{
background-color: #4BEACD;
}
</style>
border-color css
<style>
span { border-color: #4BEACD; }
span { border-color: rgb(75,234,205); }
td.TdClassName
{
border-color: #4BEACD;
}
.TagClassName
{
border-color: #4BEACD;
}
</style>