Shades of Turquoise #4BE3CC
Tints of Turquoise #4BE3CC
RGB
CMYK
RGB Variations
Color information
#4BE3CC (or 0x4BE3CC) is known color: Turquoise. HEX triplet: 4B, E3 and CC. RGB value is (75,227,204). Sum of RGB (Red+Green+Blue) = 75+227+204=506 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.82% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #4BE3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE3CC is #B41C33. Grayscale: #B2B2B2. Windows color (decimal): -11803700 or 13427531. OLE color: 13427531.
HSL color Cylindrical-coordinate representation of color #4BE3CC: hue angle of 170.92º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE3CC is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 227 | 204 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.11 |
| HSL | 170.92º | 0.73% | 0.59% | - |
| HSV(B) | 170.92º | 0.67% | 0.89% | - |
| XYZ | 41.27 | 60.79 | 66.69 | - |
| YUV | 178.93 | 142.14 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 227 | 204 | 0.67 | 0 | 0.10 | 0.11 | 170.92 | 0.73 | 0.59 |
| Hex | 4B | E3 | CC | 43 | 0 | A | B | AB | 49 | 3B |
| Octal | 113 | 343 | 314 | 103 | 0 | 12 | 13 | 253 | 111 | 73 |
| Binary | 1001011 | 11100011 | 11001100 | 1000011 | 0 | 1010 | 1011 | 10101011 | 1001001 | 111011 |
Color Harmonies of #4BE3CC
Complementary color
Monochromatic Colors of #4BE3CC
Black with #4BE3CC
Text Example
Text Example
White with #4BE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE3CC; }
p { color: rgb(75,227,204); }
H1.HeaderClassName
{
color: #4BE3CC;
}
.AnyTagClassName
{
color: #4BE3CC;
}
</style>
background-color css
<style>
a { background-color: #4BE3CC; }
a { background-color: rgb(75,227,204); }
div.DivClassName
{
background-color: #4BE3CC;
}
.BgClassName
{
background-color: #4BE3CC;
}
</style>
border-color css
<style>
span { border-color: #4BE3CC; }
span { border-color: rgb(75,227,204); }
td.TdClassName
{
border-color: #4BE3CC;
}
.TagClassName
{
border-color: #4BE3CC;
}
</style>