Shades of Medium Turquoise #4ACBDB
Tints of Medium Turquoise #4ACBDB
RGB
CMYK
RGB Variations
Color information
#4ACBDB (or 0x4ACBDB) is known color: Medium Turquoise. HEX triplet: 4A, CB and DB. RGB value is (74,203,219). Sum of RGB (Red+Green+Blue) = 74+203+219=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ACBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBDB is #B53424. Grayscale: #A6A6A6. Windows color (decimal): -11875365 or 14404426. OLE color: 14404426.
HSL color Cylindrical-coordinate representation of color #4ACBDB: hue angle of 186.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ACBDB is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 203 | 219 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.14 |
| HSL | 186.62º | 0.67% | 0.57% | - |
| HSV(B) | 186.62º | 0.66% | 0.86% | - |
| XYZ | 36.97 | 49.28 | 74.58 | - |
| YUV | 166.25 | 157.76 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 219 | 0.66 | 0.07 | 0 | 0.14 | 186.62 | 0.67 | 0.57 |
| Hex | 4A | CB | DB | 42 | 7 | 0 | E | BB | 43 | 39 |
| Octal | 112 | 313 | 333 | 102 | 7 | 0 | 16 | 273 | 103 | 71 |
| Binary | 1001010 | 11001011 | 11011011 | 1000010 | 111 | 0 | 1110 | 10111011 | 1000011 | 111001 |
Color Harmonies of #4ACBDB
Complementary color
Monochromatic Colors of #4ACBDB
Black with #4ACBDB
Text Example
Text Example
White with #4ACBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBDB; }
p { color: rgb(74,203,219); }
H1.HeaderClassName
{
color: #4ACBDB;
}
.AnyTagClassName
{
color: #4ACBDB;
}
</style>
background-color css
<style>
a { background-color: #4ACBDB; }
a { background-color: rgb(74,203,219); }
div.DivClassName
{
background-color: #4ACBDB;
}
.BgClassName
{
background-color: #4ACBDB;
}
</style>
border-color css
<style>
span { border-color: #4ACBDB; }
span { border-color: rgb(74,203,219); }
td.TdClassName
{
border-color: #4ACBDB;
}
.TagClassName
{
border-color: #4ACBDB;
}
</style>