Shades of Medium Turquoise #4ACFCB
Tints of Medium Turquoise #4ACFCB
RGB
CMYK
RGB Variations
Color information
#4ACFCB (or 0x4ACFCB) is known color: Medium Turquoise. HEX triplet: 4A, CF and CB. RGB value is (74,207,203). Sum of RGB (Red+Green+Blue) = 74+207+203=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACFCB is #B53034. Grayscale: #A6A6A6. Windows color (decimal): -11874357 or 13356874. OLE color: 13356874.
HSL color Cylindrical-coordinate representation of color #4ACFCB: hue angle of 178.2º 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 #4ACFCB is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 207 | 203 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.19 |
| HSL | 178.2º | 0.58% | 0.55% | - |
| HSV(B) | 178.2º | 0.64% | 0.81% | - |
| XYZ | 35.92 | 50.39 | 64.33 | - |
| YUV | 166.78 | 148.44 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 203 | 0.64 | 0 | 0.02 | 0.19 | 178.2 | 0.58 | 0.55 |
| Hex | 4A | CF | CB | 40 | 0 | 2 | 13 | B2 | 3A | 37 |
| Octal | 112 | 317 | 313 | 100 | 0 | 2 | 23 | 262 | 72 | 67 |
| Binary | 1001010 | 11001111 | 11001011 | 1000000 | 0 | 10 | 10011 | 10110010 | 111010 | 110111 |
Color Harmonies of #4ACFCB
Complementary color
Monochromatic Colors of #4ACFCB
Black with #4ACFCB
Text Example
Text Example
White with #4ACFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACFCB; }
p { color: rgb(74,207,203); }
H1.HeaderClassName
{
color: #4ACFCB;
}
.AnyTagClassName
{
color: #4ACFCB;
}
</style>
background-color css
<style>
a { background-color: #4ACFCB; }
a { background-color: rgb(74,207,203); }
div.DivClassName
{
background-color: #4ACFCB;
}
.BgClassName
{
background-color: #4ACFCB;
}
</style>
border-color css
<style>
span { border-color: #4ACFCB; }
span { border-color: rgb(74,207,203); }
td.TdClassName
{
border-color: #4ACFCB;
}
.TagClassName
{
border-color: #4ACFCB;
}
</style>