Shades of Turquoise #4BEACC
Tints of Turquoise #4BEACC
RGB
CMYK
RGB Variations
Color information
#4BEACC (or 0x4BEACC) is known color: Turquoise. HEX triplet: 4B, EA and CC. RGB value is (75,234,204). Sum of RGB (Red+Green+Blue) = 75+234+204=513 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.62% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEACC is #B41533. Grayscale: #B7B7B7. Windows color (decimal): -11801908 or 13429323. OLE color: 13429323.
HSL color Cylindrical-coordinate representation of color #4BEACC: hue angle of 168.68º 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 #4BEACC is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 234 | 204 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.08 |
| HSL | 168.68º | 0.79% | 0.61% | - |
| HSV(B) | 168.68º | 0.68% | 0.92% | - |
| XYZ | 43.22 | 64.7 | 67.34 | - |
| YUV | 183.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 234 | 204 | 0.68 | 0 | 0.13 | 0.08 | 168.68 | 0.79 | 0.61 |
| Hex | 4B | EA | CC | 44 | 0 | D | 8 | A9 | 4F | 3D |
| Octal | 113 | 352 | 314 | 104 | 0 | 15 | 10 | 251 | 117 | 75 |
| Binary | 1001011 | 11101010 | 11001100 | 1000100 | 0 | 1101 | 1000 | 10101001 | 1001111 | 111101 |
Color Harmonies of #4BEACC
Complementary color
Monochromatic Colors of #4BEACC
Black with #4BEACC
Text Example
Text Example
White with #4BEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEACC; }
p { color: rgb(75,234,204); }
H1.HeaderClassName
{
color: #4BEACC;
}
.AnyTagClassName
{
color: #4BEACC;
}
</style>
background-color css
<style>
a { background-color: #4BEACC; }
a { background-color: rgb(75,234,204); }
div.DivClassName
{
background-color: #4BEACC;
}
.BgClassName
{
background-color: #4BEACC;
}
</style>
border-color css
<style>
span { border-color: #4BEACC; }
span { border-color: rgb(75,234,204); }
td.TdClassName
{
border-color: #4BEACC;
}
.TagClassName
{
border-color: #4BEACC;
}
</style>