Shades of Medium Turquoise #4ACFD7
Tints of Medium Turquoise #4ACFD7
RGB
CMYK
RGB Variations
Color information
#4ACFD7 (or 0x4ACFD7) is known color: Medium Turquoise. HEX triplet: 4A, CF and D7. RGB value is (74,207,215). Sum of RGB (Red+Green+Blue) = 74+207+215=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #4ACFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACFD7 is #B53028. Grayscale: #A7A7A7. Windows color (decimal): -11874345 or 14143306. OLE color: 14143306.
HSL color Cylindrical-coordinate representation of color #4ACFD7: hue angle of 183.4º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ACFD7 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 207 | 215 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.16 |
| HSL | 183.4º | 0.64% | 0.57% | - |
| HSV(B) | 183.4º | 0.66% | 0.84% | - |
| XYZ | 37.4 | 50.99 | 72.16 | - |
| YUV | 168.15 | 154.44 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 215 | 0.66 | 0.04 | 0 | 0.16 | 183.4 | 0.64 | 0.57 |
| Hex | 4A | CF | D7 | 42 | 4 | 0 | 10 | B7 | 40 | 39 |
| Octal | 112 | 317 | 327 | 102 | 4 | 0 | 20 | 267 | 100 | 71 |
| Binary | 1001010 | 11001111 | 11010111 | 1000010 | 100 | 0 | 10000 | 10110111 | 1000000 | 111001 |
Color Harmonies of #4ACFD7
Complementary color
Monochromatic Colors of #4ACFD7
Black with #4ACFD7
Text Example
Text Example
White with #4ACFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACFD7; }
p { color: rgb(74,207,215); }
H1.HeaderClassName
{
color: #4ACFD7;
}
.AnyTagClassName
{
color: #4ACFD7;
}
</style>
background-color css
<style>
a { background-color: #4ACFD7; }
a { background-color: rgb(74,207,215); }
div.DivClassName
{
background-color: #4ACFD7;
}
.BgClassName
{
background-color: #4ACFD7;
}
</style>
border-color css
<style>
span { border-color: #4ACFD7; }
span { border-color: rgb(74,207,215); }
td.TdClassName
{
border-color: #4ACFD7;
}
.TagClassName
{
border-color: #4ACFD7;
}
</style>