Shades of Medium Turquoise #4CCFDA
Tints of Medium Turquoise #4CCFDA
RGB
CMYK
RGB Variations
Color information
#4CCFDA (or 0x4CCFDA) is known color: Medium Turquoise. HEX triplet: 4C, CF and DA. RGB value is (76,207,218). Sum of RGB (Red+Green+Blue) = 76+207+218=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #4CCFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFDA is #B33025. Grayscale: #A8A8A8. Windows color (decimal): -11743270 or 14339916. OLE color: 14339916.
HSL color Cylindrical-coordinate representation of color #4CCFDA: hue angle of 184.65º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CCFDA is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 207 | 218 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.15 |
| HSL | 184.65º | 0.66% | 0.58% | - |
| HSV(B) | 184.65º | 0.65% | 0.85% | - |
| XYZ | 37.95 | 51.22 | 74.22 | - |
| YUV | 169.09 | 155.6 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 218 | 0.65 | 0.05 | 0 | 0.15 | 184.65 | 0.66 | 0.58 |
| Hex | 4C | CF | DA | 41 | 5 | 0 | F | B9 | 42 | 3A |
| Octal | 114 | 317 | 332 | 101 | 5 | 0 | 17 | 271 | 102 | 72 |
| Binary | 1001100 | 11001111 | 11011010 | 1000001 | 101 | 0 | 1111 | 10111001 | 1000010 | 111010 |
Color Harmonies of #4CCFDA
Complementary color
Monochromatic Colors of #4CCFDA
Black with #4CCFDA
Text Example
Text Example
White with #4CCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFDA; }
p { color: rgb(76,207,218); }
H1.HeaderClassName
{
color: #4CCFDA;
}
.AnyTagClassName
{
color: #4CCFDA;
}
</style>
background-color css
<style>
a { background-color: #4CCFDA; }
a { background-color: rgb(76,207,218); }
div.DivClassName
{
background-color: #4CCFDA;
}
.BgClassName
{
background-color: #4CCFDA;
}
</style>
border-color css
<style>
span { border-color: #4CCFDA; }
span { border-color: rgb(76,207,218); }
td.TdClassName
{
border-color: #4CCFDA;
}
.TagClassName
{
border-color: #4CCFDA;
}
</style>