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