Shades of Turquoise #4BDFDA
Tints of Turquoise #4BDFDA
RGB
CMYK
RGB Variations
Color information
#4BDFDA (or 0x4BDFDA) is known color: Turquoise. HEX triplet: 4B, DF and DA. RGB value is (75,223,218). Sum of RGB (Red+Green+Blue) = 75+223+218=516 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.53% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFDA is #B42025. Grayscale: #B2B2B2. Windows color (decimal): -11804710 or 14344011. OLE color: 14344011.
HSL color Cylindrical-coordinate representation of color #4BDFDA: hue angle of 177.97º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDFDA is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 218 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.13 |
| HSL | 177.97º | 0.7% | 0.58% | - |
| HSV(B) | 177.97º | 0.66% | 0.87% | - |
| XYZ | 41.94 | 59.33 | 75.57 | - |
| YUV | 178.18 | 150.47 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 218 | 0.66 | 0 | 0.02 | 0.13 | 177.97 | 0.7 | 0.58 |
| Hex | 4B | DF | DA | 42 | 0 | 2 | D | B2 | 46 | 3A |
| Octal | 113 | 337 | 332 | 102 | 0 | 2 | 15 | 262 | 106 | 72 |
| Binary | 1001011 | 11011111 | 11011010 | 1000010 | 0 | 10 | 1101 | 10110010 | 1000110 | 111010 |
Color Harmonies of #4BDFDA
Complementary color
Monochromatic Colors of #4BDFDA
Black with #4BDFDA
Text Example
Text Example
White with #4BDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFDA; }
p { color: rgb(75,223,218); }
H1.HeaderClassName
{
color: #4BDFDA;
}
.AnyTagClassName
{
color: #4BDFDA;
}
</style>
background-color css
<style>
a { background-color: #4BDFDA; }
a { background-color: rgb(75,223,218); }
div.DivClassName
{
background-color: #4BDFDA;
}
.BgClassName
{
background-color: #4BDFDA;
}
</style>
border-color css
<style>
span { border-color: #4BDFDA; }
span { border-color: rgb(75,223,218); }
td.TdClassName
{
border-color: #4BDFDA;
}
.TagClassName
{
border-color: #4BDFDA;
}
</style>