Shades of Medium Turquoise #4ACBDD
Tints of Medium Turquoise #4ACBDD
RGB
CMYK
RGB Variations
Color information
#4ACBDD (or 0x4ACBDD) is known color: Medium Turquoise. HEX triplet: 4A, CB and DD. RGB value is (74,203,221). Sum of RGB (Red+Green+Blue) = 74+203+221=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ACBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBDD is #B53422. Grayscale: #A6A6A6. Windows color (decimal): -11875363 or 14535498. OLE color: 14535498.
HSL color Cylindrical-coordinate representation of color #4ACBDD: hue angle of 187.35º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ACBDD is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 203 | 221 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.13 |
| HSL | 187.35º | 0.68% | 0.58% | - |
| HSV(B) | 187.35º | 0.67% | 0.87% | - |
| XYZ | 37.23 | 49.39 | 75.98 | - |
| YUV | 166.48 | 158.76 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 221 | 0.67 | 0.08 | 0 | 0.13 | 187.35 | 0.68 | 0.58 |
| Hex | 4A | CB | DD | 43 | 8 | 0 | D | BB | 44 | 3A |
| Octal | 112 | 313 | 335 | 103 | 10 | 0 | 15 | 273 | 104 | 72 |
| Binary | 1001010 | 11001011 | 11011101 | 1000011 | 1000 | 0 | 1101 | 10111011 | 1000100 | 111010 |
Color Harmonies of #4ACBDD
Complementary color
Monochromatic Colors of #4ACBDD
Black with #4ACBDD
Text Example
Text Example
White with #4ACBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBDD; }
p { color: rgb(74,203,221); }
H1.HeaderClassName
{
color: #4ACBDD;
}
.AnyTagClassName
{
color: #4ACBDD;
}
</style>
background-color css
<style>
a { background-color: #4ACBDD; }
a { background-color: rgb(74,203,221); }
div.DivClassName
{
background-color: #4ACBDD;
}
.BgClassName
{
background-color: #4ACBDD;
}
</style>
border-color css
<style>
span { border-color: #4ACBDD; }
span { border-color: rgb(74,203,221); }
td.TdClassName
{
border-color: #4ACBDD;
}
.TagClassName
{
border-color: #4ACBDD;
}
</style>