Shades of Medium Turquoise #4ACFDD
Tints of Medium Turquoise #4ACFDD
RGB
CMYK
RGB Variations
Color information
#4ACFDD (or 0x4ACFDD) is known color: Medium Turquoise. HEX triplet: 4A, CF and DD. RGB value is (74,207,221). Sum of RGB (Red+Green+Blue) = 74+207+221=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ACFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACFDD is #B53022. Grayscale: #A8A8A8. Windows color (decimal): -11874339 or 14536522. OLE color: 14536522.
HSL color Cylindrical-coordinate representation of color #4ACFDD: hue angle of 185.71º 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 #4ACFDD is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 207 | 221 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.13 |
| HSL | 185.71º | 0.68% | 0.58% | - |
| HSV(B) | 185.71º | 0.67% | 0.87% | - |
| XYZ | 38.19 | 51.3 | 76.3 | - |
| YUV | 168.83 | 157.44 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 221 | 0.67 | 0.06 | 0 | 0.13 | 185.71 | 0.68 | 0.58 |
| Hex | 4A | CF | DD | 43 | 6 | 0 | D | BA | 44 | 3A |
| Octal | 112 | 317 | 335 | 103 | 6 | 0 | 15 | 272 | 104 | 72 |
| Binary | 1001010 | 11001111 | 11011101 | 1000011 | 110 | 0 | 1101 | 10111010 | 1000100 | 111010 |
Color Harmonies of #4ACFDD
Complementary color
Monochromatic Colors of #4ACFDD
Black with #4ACFDD
Text Example
Text Example
White with #4ACFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACFDD; }
p { color: rgb(74,207,221); }
H1.HeaderClassName
{
color: #4ACFDD;
}
.AnyTagClassName
{
color: #4ACFDD;
}
</style>
background-color css
<style>
a { background-color: #4ACFDD; }
a { background-color: rgb(74,207,221); }
div.DivClassName
{
background-color: #4ACFDD;
}
.BgClassName
{
background-color: #4ACFDD;
}
</style>
border-color css
<style>
span { border-color: #4ACFDD; }
span { border-color: rgb(74,207,221); }
td.TdClassName
{
border-color: #4ACFDD;
}
.TagClassName
{
border-color: #4ACFDD;
}
</style>