Shades of Turquoise #4BFADD
Tints of Turquoise #4BFADD
RGB
CMYK
RGB Variations
Color information
#4BFADD (or 0x4BFADD) is known color: Turquoise. HEX triplet: 4B, FA and DD. RGB value is (75,250,221). Sum of RGB (Red+Green+Blue) = 75+250+221=546 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.74% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFADD is #B40522. Grayscale: #C2C2C2. Windows color (decimal): -11797795 or 14547531. OLE color: 14547531.
HSL color Cylindrical-coordinate representation of color #4BFADD: hue angle of 170.06º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFADD is Cyan = 0.7, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 221 | - |
| CMYK | 0.7 | 0 | 0.12 | 0.02 |
| HSL | 170.06º | 0.95% | 0.64% | - |
| HSV(B) | 170.06º | 0.7% | 0.98% | - |
| XYZ | 50.14 | 75.09 | 80.26 | - |
| YUV | 194.37 | 143.02 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 221 | 0.7 | 0 | 0.12 | 0.02 | 170.06 | 0.95 | 0.64 |
| Hex | 4B | FA | DD | 46 | 0 | C | 2 | AA | 5F | 40 |
| Octal | 113 | 372 | 335 | 106 | 0 | 14 | 2 | 252 | 137 | 100 |
| Binary | 1001011 | 11111010 | 11011101 | 1000110 | 0 | 1100 | 10 | 10101010 | 1011111 | 1000000 |
Color Harmonies of #4BFADD
Complementary color
Monochromatic Colors of #4BFADD
Black with #4BFADD
Text Example
Text Example
White with #4BFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFADD; }
p { color: rgb(75,250,221); }
H1.HeaderClassName
{
color: #4BFADD;
}
.AnyTagClassName
{
color: #4BFADD;
}
</style>
background-color css
<style>
a { background-color: #4BFADD; }
a { background-color: rgb(75,250,221); }
div.DivClassName
{
background-color: #4BFADD;
}
.BgClassName
{
background-color: #4BFADD;
}
</style>
border-color css
<style>
span { border-color: #4BFADD; }
span { border-color: rgb(75,250,221); }
td.TdClassName
{
border-color: #4BFADD;
}
.TagClassName
{
border-color: #4BFADD;
}
</style>