Shades of Medium Turquoise #4ACFDE
Tints of Medium Turquoise #4ACFDE
RGB
CMYK
RGB Variations
Color information
#4ACFDE (or 0x4ACFDE) is known color: Medium Turquoise. HEX triplet: 4A, CF and DE. RGB value is (74,207,222). Sum of RGB (Red+Green+Blue) = 74+207+222=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #4ACFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACFDE is #B53021. Grayscale: #A8A8A8. Windows color (decimal): -11874338 or 14602058. OLE color: 14602058.
HSL color Cylindrical-coordinate representation of color #4ACFDE: hue angle of 186.08º degrees, saturation: 0.69, 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 #4ACFDE is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 207 | 222 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.13 |
| HSL | 186.08º | 0.69% | 0.58% | - |
| HSV(B) | 186.08º | 0.67% | 0.87% | - |
| XYZ | 38.32 | 51.36 | 77 | - |
| YUV | 168.94 | 157.94 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 222 | 0.67 | 0.07 | 0 | 0.13 | 186.08 | 0.69 | 0.58 |
| Hex | 4A | CF | DE | 43 | 7 | 0 | D | BA | 45 | 3A |
| Octal | 112 | 317 | 336 | 103 | 7 | 0 | 15 | 272 | 105 | 72 |
| Binary | 1001010 | 11001111 | 11011110 | 1000011 | 111 | 0 | 1101 | 10111010 | 1000101 | 111010 |
Color Harmonies of #4ACFDE
Complementary color
Monochromatic Colors of #4ACFDE
Black with #4ACFDE
Text Example
Text Example
White with #4ACFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACFDE; }
p { color: rgb(74,207,222); }
H1.HeaderClassName
{
color: #4ACFDE;
}
.AnyTagClassName
{
color: #4ACFDE;
}
</style>
background-color css
<style>
a { background-color: #4ACFDE; }
a { background-color: rgb(74,207,222); }
div.DivClassName
{
background-color: #4ACFDE;
}
.BgClassName
{
background-color: #4ACFDE;
}
</style>
border-color css
<style>
span { border-color: #4ACFDE; }
span { border-color: rgb(74,207,222); }
td.TdClassName
{
border-color: #4ACFDE;
}
.TagClassName
{
border-color: #4ACFDE;
}
</style>