Shades of Medium Turquoise #4AC9DE
Tints of Medium Turquoise #4AC9DE
RGB
CMYK
RGB Variations
Color information
#4AC9DE (or 0x4AC9DE) is known color: Medium Turquoise. HEX triplet: 4A, C9 and DE. RGB value is (74,201,222). Sum of RGB (Red+Green+Blue) = 74+201+222=497 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.89% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #4AC9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC9DE is #B53621. Grayscale: #A5A5A5. Windows color (decimal): -11875874 or 14600522. OLE color: 14600522.
HSL color Cylindrical-coordinate representation of color #4AC9DE: hue angle of 188.51º 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 #4AC9DE is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 201 | 222 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.13 |
| HSL | 188.51º | 0.69% | 0.58% | - |
| HSV(B) | 188.51º | 0.67% | 0.87% | - |
| XYZ | 36.9 | 48.5 | 76.52 | - |
| YUV | 165.42 | 159.92 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 222 | 0.67 | 0.09 | 0 | 0.13 | 188.51 | 0.69 | 0.58 |
| Hex | 4A | C9 | DE | 43 | 9 | 0 | D | BD | 45 | 3A |
| Octal | 112 | 311 | 336 | 103 | 11 | 0 | 15 | 275 | 105 | 72 |
| Binary | 1001010 | 11001001 | 11011110 | 1000011 | 1001 | 0 | 1101 | 10111101 | 1000101 | 111010 |
Color Harmonies of #4AC9DE
Complementary color
Monochromatic Colors of #4AC9DE
Black with #4AC9DE
Text Example
Text Example
White with #4AC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC9DE; }
p { color: rgb(74,201,222); }
H1.HeaderClassName
{
color: #4AC9DE;
}
.AnyTagClassName
{
color: #4AC9DE;
}
</style>
background-color css
<style>
a { background-color: #4AC9DE; }
a { background-color: rgb(74,201,222); }
div.DivClassName
{
background-color: #4AC9DE;
}
.BgClassName
{
background-color: #4AC9DE;
}
</style>
border-color css
<style>
span { border-color: #4AC9DE; }
span { border-color: rgb(74,201,222); }
td.TdClassName
{
border-color: #4AC9DE;
}
.TagClassName
{
border-color: #4AC9DE;
}
</style>