Shades of Medium Turquoise #4ACFDB
Tints of Medium Turquoise #4ACFDB
RGB
CMYK
RGB Variations
Color information
#4ACFDB (or 0x4ACFDB) is known color: Medium Turquoise. HEX triplet: 4A, CF and DB. RGB value is (74,207,219). Sum of RGB (Red+Green+Blue) = 74+207+219=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ACFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACFDB is #B53024. Grayscale: #A8A8A8. Windows color (decimal): -11874341 or 14405450. OLE color: 14405450.
HSL color Cylindrical-coordinate representation of color #4ACFDB: hue angle of 184.97º 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 #4ACFDB is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 207 | 219 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.14 |
| HSL | 184.97º | 0.67% | 0.57% | - |
| HSV(B) | 184.97º | 0.66% | 0.86% | - |
| XYZ | 37.92 | 51.2 | 74.9 | - |
| YUV | 168.6 | 156.44 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 219 | 0.66 | 0.05 | 0 | 0.14 | 184.97 | 0.67 | 0.57 |
| Hex | 4A | CF | DB | 42 | 5 | 0 | E | B9 | 43 | 39 |
| Octal | 112 | 317 | 333 | 102 | 5 | 0 | 16 | 271 | 103 | 71 |
| Binary | 1001010 | 11001111 | 11011011 | 1000010 | 101 | 0 | 1110 | 10111001 | 1000011 | 111001 |
Color Harmonies of #4ACFDB
Complementary color
Monochromatic Colors of #4ACFDB
Black with #4ACFDB
Text Example
Text Example
White with #4ACFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACFDB; }
p { color: rgb(74,207,219); }
H1.HeaderClassName
{
color: #4ACFDB;
}
.AnyTagClassName
{
color: #4ACFDB;
}
</style>
background-color css
<style>
a { background-color: #4ACFDB; }
a { background-color: rgb(74,207,219); }
div.DivClassName
{
background-color: #4ACFDB;
}
.BgClassName
{
background-color: #4ACFDB;
}
</style>
border-color css
<style>
span { border-color: #4ACFDB; }
span { border-color: rgb(74,207,219); }
td.TdClassName
{
border-color: #4ACFDB;
}
.TagClassName
{
border-color: #4ACFDB;
}
</style>