Shades of Turquoise #4BF2CE
Tints of Turquoise #4BF2CE
RGB
CMYK
RGB Variations
Color information
#4BF2CE (or 0x4BF2CE) is known color: Turquoise. HEX triplet: 4B, F2 and CE. RGB value is (75,242,206). Sum of RGB (Red+Green+Blue) = 75+242+206=523 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.34% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF2CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF2CE is #B40D31. Grayscale: #BBBBBB. Windows color (decimal): -11799858 or 13562443. OLE color: 13562443.
HSL color Cylindrical-coordinate representation of color #4BF2CE: hue angle of 167.07º 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 #4BF2CE is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 242 | 206 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.05 |
| HSL | 167.07º | 0.87% | 0.62% | - |
| HSV(B) | 167.07º | 0.69% | 0.95% | - |
| XYZ | 45.79 | 69.46 | 69.39 | - |
| YUV | 187.96 | 138.17 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 242 | 206 | 0.69 | 0 | 0.15 | 0.05 | 167.07 | 0.87 | 0.62 |
| Hex | 4B | F2 | CE | 45 | 0 | F | 5 | A7 | 57 | 3E |
| Octal | 113 | 362 | 316 | 105 | 0 | 17 | 5 | 247 | 127 | 76 |
| Binary | 1001011 | 11110010 | 11001110 | 1000101 | 0 | 1111 | 101 | 10100111 | 1010111 | 111110 |
Color Harmonies of #4BF2CE
Complementary color
Monochromatic Colors of #4BF2CE
Black with #4BF2CE
Text Example
Text Example
White with #4BF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF2CE; }
p { color: rgb(75,242,206); }
H1.HeaderClassName
{
color: #4BF2CE;
}
.AnyTagClassName
{
color: #4BF2CE;
}
</style>
background-color css
<style>
a { background-color: #4BF2CE; }
a { background-color: rgb(75,242,206); }
div.DivClassName
{
background-color: #4BF2CE;
}
.BgClassName
{
background-color: #4BF2CE;
}
</style>
border-color css
<style>
span { border-color: #4BF2CE; }
span { border-color: rgb(75,242,206); }
td.TdClassName
{
border-color: #4BF2CE;
}
.TagClassName
{
border-color: #4BF2CE;
}
</style>