Shades of Turquoise #4BF2CC
Tints of Turquoise #4BF2CC
RGB
CMYK
RGB Variations
Color information
#4BF2CC (or 0x4BF2CC) is known color: Turquoise. HEX triplet: 4B, F2 and CC. RGB value is (75,242,204). Sum of RGB (Red+Green+Blue) = 75+242+204=521 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.40% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF2CC is #B40D33. Grayscale: #BBBBBB. Windows color (decimal): -11799860 or 13431371. OLE color: 13431371.
HSL color Cylindrical-coordinate representation of color #4BF2CC: hue angle of 166.35º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF2CC is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 242 | 204 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.05 |
| HSL | 166.35º | 0.87% | 0.62% | - |
| HSV(B) | 166.35º | 0.69% | 0.95% | - |
| XYZ | 45.55 | 69.36 | 68.11 | - |
| YUV | 187.74 | 137.17 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 242 | 204 | 0.69 | 0 | 0.16 | 0.05 | 166.35 | 0.87 | 0.62 |
| Hex | 4B | F2 | CC | 45 | 0 | 10 | 5 | A6 | 57 | 3E |
| Octal | 113 | 362 | 314 | 105 | 0 | 20 | 5 | 246 | 127 | 76 |
| Binary | 1001011 | 11110010 | 11001100 | 1000101 | 0 | 10000 | 101 | 10100110 | 1010111 | 111110 |
Color Harmonies of #4BF2CC
Complementary color
Monochromatic Colors of #4BF2CC
Black with #4BF2CC
Text Example
Text Example
White with #4BF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF2CC; }
p { color: rgb(75,242,204); }
H1.HeaderClassName
{
color: #4BF2CC;
}
.AnyTagClassName
{
color: #4BF2CC;
}
</style>
background-color css
<style>
a { background-color: #4BF2CC; }
a { background-color: rgb(75,242,204); }
div.DivClassName
{
background-color: #4BF2CC;
}
.BgClassName
{
background-color: #4BF2CC;
}
</style>
border-color css
<style>
span { border-color: #4BF2CC; }
span { border-color: rgb(75,242,204); }
td.TdClassName
{
border-color: #4BF2CC;
}
.TagClassName
{
border-color: #4BF2CC;
}
</style>