Shades of Turquoise Blue #4DCFFC
Tints of Turquoise Blue #4DCFFC
RGB
CMYK
RGB Variations
Color information
#4DCFFC (or 0x4DCFFC) is known color: Turquoise Blue. HEX triplet: 4D, CF and FC. RGB value is (77,207,252). Sum of RGB (Red+Green+Blue) = 77+207+252=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DCFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCFFC is #B23003. Grayscale: #ACACAC. Windows color (decimal): -11677700 or 16568141. OLE color: 16568141.
HSL color Cylindrical-coordinate representation of color #4DCFFC: hue angle of 195.43º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DCFFC is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 207 | 252 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.01 |
| HSL | 195.43º | 0.97% | 0.65% | - |
| HSV(B) | 195.43º | 0.69% | 0.99% | - |
| XYZ | 42.94 | 53.23 | 100.11 | - |
| YUV | 173.26 | 172.43 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 252 | 0.69 | 0.18 | 0 | 0.01 | 195.43 | 0.97 | 0.65 |
| Hex | 4D | CF | FC | 45 | 12 | 0 | 1 | C3 | 61 | 41 |
| Octal | 115 | 317 | 374 | 105 | 22 | 0 | 1 | 303 | 141 | 101 |
| Binary | 1001101 | 11001111 | 11111100 | 1000101 | 10010 | 0 | 1 | 11000011 | 1100001 | 1000001 |
Color Harmonies of #4DCFFC
Complementary color
Monochromatic Colors of #4DCFFC
Black with #4DCFFC
Text Example
Text Example
White with #4DCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFFC; }
p { color: rgb(77,207,252); }
H1.HeaderClassName
{
color: #4DCFFC;
}
.AnyTagClassName
{
color: #4DCFFC;
}
</style>
background-color css
<style>
a { background-color: #4DCFFC; }
a { background-color: rgb(77,207,252); }
div.DivClassName
{
background-color: #4DCFFC;
}
.BgClassName
{
background-color: #4DCFFC;
}
</style>
border-color css
<style>
span { border-color: #4DCFFC; }
span { border-color: rgb(77,207,252); }
td.TdClassName
{
border-color: #4DCFFC;
}
.TagClassName
{
border-color: #4DCFFC;
}
</style>