Shades of Medium Turquoise #4CCFDF
Tints of Medium Turquoise #4CCFDF
RGB
CMYK
RGB Variations
Color information
#4CCFDF (or 0x4CCFDF) is known color: Medium Turquoise. HEX triplet: 4C, CF and DF. RGB value is (76,207,223). Sum of RGB (Red+Green+Blue) = 76+207+223=506 (67% of max value = 765). Red value is 76 (30.08% from 255 or 15.02% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #4CCFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFDF is #B33020. Grayscale: #A9A9A9. Windows color (decimal): -11743265 or 14667596. OLE color: 14667596.
HSL color Cylindrical-coordinate representation of color #4CCFDF: hue angle of 186.53º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CCFDF is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 207 | 223 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.13 |
| HSL | 186.53º | 0.7% | 0.59% | - |
| HSV(B) | 186.53º | 0.66% | 0.87% | - |
| XYZ | 38.61 | 51.49 | 77.72 | - |
| YUV | 169.66 | 158.1 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 223 | 0.66 | 0.07 | 0 | 0.13 | 186.53 | 0.7 | 0.59 |
| Hex | 4C | CF | DF | 42 | 7 | 0 | D | BB | 46 | 3B |
| Octal | 114 | 317 | 337 | 102 | 7 | 0 | 15 | 273 | 106 | 73 |
| Binary | 1001100 | 11001111 | 11011111 | 1000010 | 111 | 0 | 1101 | 10111011 | 1000110 | 111011 |
Color Harmonies of #4CCFDF
Complementary color
Monochromatic Colors of #4CCFDF
Black with #4CCFDF
Text Example
Text Example
White with #4CCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFDF; }
p { color: rgb(76,207,223); }
H1.HeaderClassName
{
color: #4CCFDF;
}
.AnyTagClassName
{
color: #4CCFDF;
}
</style>
background-color css
<style>
a { background-color: #4CCFDF; }
a { background-color: rgb(76,207,223); }
div.DivClassName
{
background-color: #4CCFDF;
}
.BgClassName
{
background-color: #4CCFDF;
}
</style>
border-color css
<style>
span { border-color: #4CCFDF; }
span { border-color: rgb(76,207,223); }
td.TdClassName
{
border-color: #4CCFDF;
}
.TagClassName
{
border-color: #4CCFDF;
}
</style>