Shades of Medium Turquoise #4AC3CF
Tints of Medium Turquoise #4AC3CF
RGB
CMYK
RGB Variations
Color information
#4AC3CF (or 0x4AC3CF) is known color: Medium Turquoise. HEX triplet: 4A, C3 and CF. RGB value is (74,195,207). Sum of RGB (Red+Green+Blue) = 74+195+207=476 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.55% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #4AC3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC3CF is #B53C30. Grayscale: #A0A0A0. Windows color (decimal): -11877425 or 13615946. OLE color: 13615946.
HSL color Cylindrical-coordinate representation of color #4AC3CF: hue angle of 185.41º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AC3CF is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 195 | 207 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.19 |
| HSL | 185.41º | 0.58% | 0.55% | - |
| HSV(B) | 185.41º | 0.64% | 0.81% | - |
| XYZ | 33.6 | 44.99 | 65.94 | - |
| YUV | 160.19 | 154.41 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 207 | 0.64 | 0.06 | 0 | 0.19 | 185.41 | 0.58 | 0.55 |
| Hex | 4A | C3 | CF | 40 | 6 | 0 | 13 | B9 | 3A | 37 |
| Octal | 112 | 303 | 317 | 100 | 6 | 0 | 23 | 271 | 72 | 67 |
| Binary | 1001010 | 11000011 | 11001111 | 1000000 | 110 | 0 | 10011 | 10111001 | 111010 | 110111 |
Color Harmonies of #4AC3CF
Complementary color
Monochromatic Colors of #4AC3CF
Black with #4AC3CF
Text Example
Text Example
White with #4AC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC3CF; }
p { color: rgb(74,195,207); }
H1.HeaderClassName
{
color: #4AC3CF;
}
.AnyTagClassName
{
color: #4AC3CF;
}
</style>
background-color css
<style>
a { background-color: #4AC3CF; }
a { background-color: rgb(74,195,207); }
div.DivClassName
{
background-color: #4AC3CF;
}
.BgClassName
{
background-color: #4AC3CF;
}
</style>
border-color css
<style>
span { border-color: #4AC3CF; }
span { border-color: rgb(74,195,207); }
td.TdClassName
{
border-color: #4AC3CF;
}
.TagClassName
{
border-color: #4AC3CF;
}
</style>