Shades of Turquoise #4BFFCB
Tints of Turquoise #4BFFCB
RGB
CMYK
RGB Variations
Color information
#4BFFCB (or 0x4BFFCB) is known color: Turquoise. HEX triplet: 4B, FF and CB. RGB value is (75,255,203). Sum of RGB (Red+Green+Blue) = 75+255+203=533 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.07% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFCB is #B40034. Grayscale: #C3C3C3. Windows color (decimal): -11796533 or 13369163. OLE color: 13369163.
HSL color Cylindrical-coordinate representation of color #4BFFCB: hue angle of 162.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFCB is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 203 | - |
| CMYK | 0.71 | 0 | 0.20 | 0 |
| HSL | 162.67º | 1% | 0.65% | - |
| HSV(B) | 162.67º | 0.71% | 1% | - |
| XYZ | 49.44 | 77.33 | 68.82 | - |
| YUV | 195.25 | 132.37 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 203 | 0.71 | 0 | 0.20 | 0 | 162.67 | 1 | 0.65 |
| Hex | 4B | FF | CB | 47 | 0 | 14 | 0 | A3 | 64 | 41 |
| Octal | 113 | 377 | 313 | 107 | 0 | 24 | 0 | 243 | 144 | 101 |
| Binary | 1001011 | 11111111 | 11001011 | 1000111 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000001 |
Color Harmonies of #4BFFCB
Complementary color
Monochromatic Colors of #4BFFCB
Black with #4BFFCB
Text Example
Text Example
White with #4BFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFCB; }
p { color: rgb(75,255,203); }
H1.HeaderClassName
{
color: #4BFFCB;
}
.AnyTagClassName
{
color: #4BFFCB;
}
</style>
background-color css
<style>
a { background-color: #4BFFCB; }
a { background-color: rgb(75,255,203); }
div.DivClassName
{
background-color: #4BFFCB;
}
.BgClassName
{
background-color: #4BFFCB;
}
</style>
border-color css
<style>
span { border-color: #4BFFCB; }
span { border-color: rgb(75,255,203); }
td.TdClassName
{
border-color: #4BFFCB;
}
.TagClassName
{
border-color: #4BFFCB;
}
</style>