Shades of Turquoise #4BDFDC
Tints of Turquoise #4BDFDC
RGB
CMYK
RGB Variations
Color information
#4BDFDC (or 0x4BDFDC) is known color: Turquoise. HEX triplet: 4B, DF and DC. RGB value is (75,223,220). Sum of RGB (Red+Green+Blue) = 75+223+220=518 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.48% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFDC is #B42023. Grayscale: #B2B2B2. Windows color (decimal): -11804708 or 14475083. OLE color: 14475083.
HSL color Cylindrical-coordinate representation of color #4BDFDC: hue angle of 178.78º 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 #4BDFDC is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 220 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.13 |
| HSL | 178.78º | 0.7% | 0.58% | - |
| HSV(B) | 178.78º | 0.66% | 0.87% | - |
| XYZ | 42.21 | 59.44 | 76.96 | - |
| YUV | 178.41 | 151.47 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 220 | 0.66 | 0 | 0.01 | 0.13 | 178.78 | 0.7 | 0.58 |
| Hex | 4B | DF | DC | 42 | 0 | 1 | D | B3 | 46 | 3A |
| Octal | 113 | 337 | 334 | 102 | 0 | 1 | 15 | 263 | 106 | 72 |
| Binary | 1001011 | 11011111 | 11011100 | 1000010 | 0 | 1 | 1101 | 10110011 | 1000110 | 111010 |
Color Harmonies of #4BDFDC
Complementary color
Monochromatic Colors of #4BDFDC
Black with #4BDFDC
Text Example
Text Example
White with #4BDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFDC; }
p { color: rgb(75,223,220); }
H1.HeaderClassName
{
color: #4BDFDC;
}
.AnyTagClassName
{
color: #4BDFDC;
}
</style>
background-color css
<style>
a { background-color: #4BDFDC; }
a { background-color: rgb(75,223,220); }
div.DivClassName
{
background-color: #4BDFDC;
}
.BgClassName
{
background-color: #4BDFDC;
}
</style>
border-color css
<style>
span { border-color: #4BDFDC; }
span { border-color: rgb(75,223,220); }
td.TdClassName
{
border-color: #4BDFDC;
}
.TagClassName
{
border-color: #4BDFDC;
}
</style>