Shades of Turquoise #4BFDDA
Tints of Turquoise #4BFDDA
RGB
CMYK
RGB Variations
Color information
#4BFDDA (or 0x4BFDDA) is known color: Turquoise. HEX triplet: 4B, FD and DA. RGB value is (75,253,218). Sum of RGB (Red+Green+Blue) = 75+253+218=546 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.74% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFDDA is #B40225. Grayscale: #C3C3C3. Windows color (decimal): -11797030 or 14351691. OLE color: 14351691.
HSL color Cylindrical-coordinate representation of color #4BFDDA: hue angle of 168.2º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFDDA is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 218 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.01 |
| HSL | 168.2º | 0.98% | 0.64% | - |
| HSV(B) | 168.2º | 0.7% | 0.99% | - |
| XYZ | 50.68 | 76.81 | 78.48 | - |
| YUV | 195.79 | 140.53 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 218 | 0.70 | 0 | 0.14 | 0.01 | 168.2 | 0.98 | 0.64 |
| Hex | 4B | FD | DA | 46 | 0 | E | 1 | A8 | 62 | 40 |
| Octal | 113 | 375 | 332 | 106 | 0 | 16 | 1 | 250 | 142 | 100 |
| Binary | 1001011 | 11111101 | 11011010 | 1000110 | 0 | 1110 | 1 | 10101000 | 1100010 | 1000000 |
Color Harmonies of #4BFDDA
Complementary color
Monochromatic Colors of #4BFDDA
Black with #4BFDDA
Text Example
Text Example
White with #4BFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDDA; }
p { color: rgb(75,253,218); }
H1.HeaderClassName
{
color: #4BFDDA;
}
.AnyTagClassName
{
color: #4BFDDA;
}
</style>
background-color css
<style>
a { background-color: #4BFDDA; }
a { background-color: rgb(75,253,218); }
div.DivClassName
{
background-color: #4BFDDA;
}
.BgClassName
{
background-color: #4BFDDA;
}
</style>
border-color css
<style>
span { border-color: #4BFDDA; }
span { border-color: rgb(75,253,218); }
td.TdClassName
{
border-color: #4BFDDA;
}
.TagClassName
{
border-color: #4BFDDA;
}
</style>