Shades of Turquoise Blue #4DCCF3
Tints of Turquoise Blue #4DCCF3
RGB
CMYK
RGB Variations
Color information
#4DCCF3 (or 0x4DCCF3) is known color: Turquoise Blue. HEX triplet: 4D, CC and F3. RGB value is (77,204,243). Sum of RGB (Red+Green+Blue) = 77+204+243=524 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.69% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #4DCCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCCF3 is #B2330C. Grayscale: #AAAAAA. Windows color (decimal): -11678477 or 15977549. OLE color: 15977549.
HSL color Cylindrical-coordinate representation of color #4DCCF3: hue angle of 194.1º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DCCF3 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 204 | 243 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.05 |
| HSL | 194.1º | 0.87% | 0.63% | - |
| HSV(B) | 194.1º | 0.68% | 0.95% | - |
| XYZ | 40.83 | 51.23 | 92.53 | - |
| YUV | 170.47 | 168.92 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 243 | 0.68 | 0.16 | 0 | 0.05 | 194.1 | 0.87 | 0.63 |
| Hex | 4D | CC | F3 | 44 | 10 | 0 | 5 | C2 | 57 | 3F |
| Octal | 115 | 314 | 363 | 104 | 20 | 0 | 5 | 302 | 127 | 77 |
| Binary | 1001101 | 11001100 | 11110011 | 1000100 | 10000 | 0 | 101 | 11000010 | 1010111 | 111111 |
Color Harmonies of #4DCCF3
Complementary color
Monochromatic Colors of #4DCCF3
Black with #4DCCF3
Text Example
Text Example
White with #4DCCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCF3; }
p { color: rgb(77,204,243); }
H1.HeaderClassName
{
color: #4DCCF3;
}
.AnyTagClassName
{
color: #4DCCF3;
}
</style>
background-color css
<style>
a { background-color: #4DCCF3; }
a { background-color: rgb(77,204,243); }
div.DivClassName
{
background-color: #4DCCF3;
}
.BgClassName
{
background-color: #4DCCF3;
}
</style>
border-color css
<style>
span { border-color: #4DCCF3; }
span { border-color: rgb(77,204,243); }
td.TdClassName
{
border-color: #4DCCF3;
}
.TagClassName
{
border-color: #4DCCF3;
}
</style>