Shades of Medium Turquoise #4ACCDF
Tints of Medium Turquoise #4ACCDF
RGB
CMYK
RGB Variations
Color information
#4ACCDF (or 0x4ACCDF) is known color: Medium Turquoise. HEX triplet: 4A, CC and DF. RGB value is (74,204,223). Sum of RGB (Red+Green+Blue) = 74+204+223=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #4ACCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCDF is #B53320. Grayscale: #A7A7A7. Windows color (decimal): -11875105 or 14666826. OLE color: 14666826.
HSL color Cylindrical-coordinate representation of color #4ACCDF: hue angle of 187.65º degrees, saturation: 0.7, 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 #4ACCDF is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 204 | 223 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.13 |
| HSL | 187.65º | 0.7% | 0.58% | - |
| HSV(B) | 187.65º | 0.67% | 0.87% | - |
| XYZ | 37.74 | 49.97 | 77.47 | - |
| YUV | 167.3 | 159.43 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 223 | 0.67 | 0.09 | 0 | 0.13 | 187.65 | 0.7 | 0.58 |
| Hex | 4A | CC | DF | 43 | 9 | 0 | D | BC | 46 | 3A |
| Octal | 112 | 314 | 337 | 103 | 11 | 0 | 15 | 274 | 106 | 72 |
| Binary | 1001010 | 11001100 | 11011111 | 1000011 | 1001 | 0 | 1101 | 10111100 | 1000110 | 111010 |
Color Harmonies of #4ACCDF
Complementary color
Monochromatic Colors of #4ACCDF
Black with #4ACCDF
Text Example
Text Example
White with #4ACCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACCDF; }
p { color: rgb(74,204,223); }
H1.HeaderClassName
{
color: #4ACCDF;
}
.AnyTagClassName
{
color: #4ACCDF;
}
</style>
background-color css
<style>
a { background-color: #4ACCDF; }
a { background-color: rgb(74,204,223); }
div.DivClassName
{
background-color: #4ACCDF;
}
.BgClassName
{
background-color: #4ACCDF;
}
</style>
border-color css
<style>
span { border-color: #4ACCDF; }
span { border-color: rgb(74,204,223); }
td.TdClassName
{
border-color: #4ACCDF;
}
.TagClassName
{
border-color: #4ACCDF;
}
</style>