Shades of Turquoise #4BF1CC
Tints of Turquoise #4BF1CC
RGB
CMYK
RGB Variations
Color information
#4BF1CC (or 0x4BF1CC) is known color: Turquoise. HEX triplet: 4B, F1 and CC. RGB value is (75,241,204). Sum of RGB (Red+Green+Blue) = 75+241+204=520 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.42% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF1CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF1CC is #B40E33. Grayscale: #BBBBBB. Windows color (decimal): -11800116 or 13431115. OLE color: 13431115.
HSL color Cylindrical-coordinate representation of color #4BF1CC: hue angle of 166.63º degrees, saturation: 0.86, 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 #4BF1CC is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 241 | 204 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.05 |
| HSL | 166.63º | 0.86% | 0.62% | - |
| HSV(B) | 166.63º | 0.69% | 0.95% | - |
| XYZ | 45.26 | 68.77 | 68.01 | - |
| YUV | 187.15 | 137.5 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 241 | 204 | 0.69 | 0 | 0.15 | 0.05 | 166.63 | 0.86 | 0.62 |
| Hex | 4B | F1 | CC | 45 | 0 | F | 5 | A7 | 56 | 3E |
| Octal | 113 | 361 | 314 | 105 | 0 | 17 | 5 | 247 | 126 | 76 |
| Binary | 1001011 | 11110001 | 11001100 | 1000101 | 0 | 1111 | 101 | 10100111 | 1010110 | 111110 |
Color Harmonies of #4BF1CC
Complementary color
Monochromatic Colors of #4BF1CC
Black with #4BF1CC
Text Example
Text Example
White with #4BF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF1CC; }
p { color: rgb(75,241,204); }
H1.HeaderClassName
{
color: #4BF1CC;
}
.AnyTagClassName
{
color: #4BF1CC;
}
</style>
background-color css
<style>
a { background-color: #4BF1CC; }
a { background-color: rgb(75,241,204); }
div.DivClassName
{
background-color: #4BF1CC;
}
.BgClassName
{
background-color: #4BF1CC;
}
</style>
border-color css
<style>
span { border-color: #4BF1CC; }
span { border-color: rgb(75,241,204); }
td.TdClassName
{
border-color: #4BF1CC;
}
.TagClassName
{
border-color: #4BF1CC;
}
</style>