Shades of Turquoise #4BFED2
Tints of Turquoise #4BFED2
RGB
CMYK
RGB Variations
Color information
#4BFED2 (or 0x4BFED2) is known color: Turquoise. HEX triplet: 4B, FE and D2. RGB value is (75,254,210). Sum of RGB (Red+Green+Blue) = 75+254+210=539 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.91% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFED2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFED2 is #B4012D. Grayscale: #C3C3C3. Windows color (decimal): -11796782 or 13827659. OLE color: 13827659.
HSL color Cylindrical-coordinate representation of color #4BFED2: hue angle of 165.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 #4BFED2 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 210 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.00 |
| HSL | 165.25º | 0.99% | 0.65% | - |
| HSV(B) | 165.25º | 0.7% | 1% | - |
| XYZ | 49.98 | 77.03 | 73.21 | - |
| YUV | 195.46 | 136.2 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 210 | 0.70 | 0 | 0.17 | 0.00 | 165.25 | 0.99 | 0.65 |
| Hex | 4B | FE | D2 | 46 | 0 | 11 | 0 | A5 | 63 | 41 |
| Octal | 113 | 376 | 322 | 106 | 0 | 21 | 0 | 245 | 143 | 101 |
| Binary | 1001011 | 11111110 | 11010010 | 1000110 | 0 | 10001 | 0 | 10100101 | 1100011 | 1000001 |
Color Harmonies of #4BFED2
Complementary color
Monochromatic Colors of #4BFED2
Black with #4BFED2
Text Example
Text Example
White with #4BFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFED2; }
p { color: rgb(75,254,210); }
H1.HeaderClassName
{
color: #4BFED2;
}
.AnyTagClassName
{
color: #4BFED2;
}
</style>
background-color css
<style>
a { background-color: #4BFED2; }
a { background-color: rgb(75,254,210); }
div.DivClassName
{
background-color: #4BFED2;
}
.BgClassName
{
background-color: #4BFED2;
}
</style>
border-color css
<style>
span { border-color: #4BFED2; }
span { border-color: rgb(75,254,210); }
td.TdClassName
{
border-color: #4BFED2;
}
.TagClassName
{
border-color: #4BFED2;
}
</style>