Shades of Medium Turquoise #4CCBDA
Tints of Medium Turquoise #4CCBDA
RGB
CMYK
RGB Variations
Color information
#4CCBDA (or 0x4CCBDA) is known color: Medium Turquoise. HEX triplet: 4C, CB and DA. RGB value is (76,203,218). Sum of RGB (Red+Green+Blue) = 76+203+218=497 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.29% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #4CCBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBDA is #B33425. Grayscale: #A6A6A6. Windows color (decimal): -11744294 or 14338892. OLE color: 14338892.
HSL color Cylindrical-coordinate representation of color #4CCBDA: hue angle of 186.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CCBDA is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 203 | 218 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.15 |
| HSL | 186.34º | 0.66% | 0.58% | - |
| HSV(B) | 186.34º | 0.65% | 0.85% | - |
| XYZ | 36.99 | 49.31 | 73.9 | - |
| YUV | 166.74 | 156.92 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 218 | 0.65 | 0.07 | 0 | 0.15 | 186.34 | 0.66 | 0.58 |
| Hex | 4C | CB | DA | 41 | 7 | 0 | F | BA | 42 | 3A |
| Octal | 114 | 313 | 332 | 101 | 7 | 0 | 17 | 272 | 102 | 72 |
| Binary | 1001100 | 11001011 | 11011010 | 1000001 | 111 | 0 | 1111 | 10111010 | 1000010 | 111010 |
Color Harmonies of #4CCBDA
Complementary color
Monochromatic Colors of #4CCBDA
Black with #4CCBDA
Text Example
Text Example
White with #4CCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBDA; }
p { color: rgb(76,203,218); }
H1.HeaderClassName
{
color: #4CCBDA;
}
.AnyTagClassName
{
color: #4CCBDA;
}
</style>
background-color css
<style>
a { background-color: #4CCBDA; }
a { background-color: rgb(76,203,218); }
div.DivClassName
{
background-color: #4CCBDA;
}
.BgClassName
{
background-color: #4CCBDA;
}
</style>
border-color css
<style>
span { border-color: #4CCBDA; }
span { border-color: rgb(76,203,218); }
td.TdClassName
{
border-color: #4CCBDA;
}
.TagClassName
{
border-color: #4CCBDA;
}
</style>