Shades of Turquoise #4BFECF
Tints of Turquoise #4BFECF
RGB
CMYK
RGB Variations
Color information
#4BFECF (or 0x4BFECF) is known color: Turquoise. HEX triplet: 4B, FE and CF. RGB value is (75,254,207). Sum of RGB (Red+Green+Blue) = 75+254+207=536 (70% of max value = 765). Red value is 75 (29.69% from 255 or 13.99% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFECF is #B40130. Grayscale: #C3C3C3. Windows color (decimal): -11796785 or 13631051. OLE color: 13631051.
HSL color Cylindrical-coordinate representation of color #4BFECF: hue angle of 164.25º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFECF is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 207 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.00 |
| HSL | 164.25º | 0.99% | 0.65% | - |
| HSV(B) | 164.25º | 0.7% | 1% | - |
| XYZ | 49.61 | 76.88 | 71.26 | - |
| YUV | 195.12 | 134.7 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 207 | 0.70 | 0 | 0.19 | 0.00 | 164.25 | 0.99 | 0.65 |
| Hex | 4B | FE | CF | 46 | 0 | 13 | 0 | A4 | 63 | 41 |
| Octal | 113 | 376 | 317 | 106 | 0 | 23 | 0 | 244 | 143 | 101 |
| Binary | 1001011 | 11111110 | 11001111 | 1000110 | 0 | 10011 | 0 | 10100100 | 1100011 | 1000001 |
Color Harmonies of #4BFECF
Complementary color
Monochromatic Colors of #4BFECF
Black with #4BFECF
Text Example
Text Example
White with #4BFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFECF; }
p { color: rgb(75,254,207); }
H1.HeaderClassName
{
color: #4BFECF;
}
.AnyTagClassName
{
color: #4BFECF;
}
</style>
background-color css
<style>
a { background-color: #4BFECF; }
a { background-color: rgb(75,254,207); }
div.DivClassName
{
background-color: #4BFECF;
}
.BgClassName
{
background-color: #4BFECF;
}
</style>
border-color css
<style>
span { border-color: #4BFECF; }
span { border-color: rgb(75,254,207); }
td.TdClassName
{
border-color: #4BFECF;
}
.TagClassName
{
border-color: #4BFECF;
}
</style>