Shades of Turquoise Blue #4DCFFD
Tints of Turquoise Blue #4DCFFD
RGB
CMYK
RGB Variations
Color information
#4DCFFD (or 0x4DCFFD) is known color: Turquoise Blue. HEX triplet: 4D, CF and FD. RGB value is (77,207,253). Sum of RGB (Red+Green+Blue) = 77+207+253=537 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.34% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DCFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCFFD is #B23002. Grayscale: #ADADAD. Windows color (decimal): -11677699 or 16633677. OLE color: 16633677.
HSL color Cylindrical-coordinate representation of color #4DCFFD: hue angle of 195.68º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DCFFD is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 207 | 253 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.01 |
| HSL | 195.68º | 0.98% | 0.65% | - |
| HSV(B) | 195.68º | 0.7% | 0.99% | - |
| XYZ | 43.1 | 53.3 | 100.94 | - |
| YUV | 173.37 | 172.93 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 253 | 0.70 | 0.18 | 0 | 0.01 | 195.68 | 0.98 | 0.65 |
| Hex | 4D | CF | FD | 46 | 12 | 0 | 1 | C4 | 62 | 41 |
| Octal | 115 | 317 | 375 | 106 | 22 | 0 | 1 | 304 | 142 | 101 |
| Binary | 1001101 | 11001111 | 11111101 | 1000110 | 10010 | 0 | 1 | 11000100 | 1100010 | 1000001 |
Color Harmonies of #4DCFFD
Complementary color
Monochromatic Colors of #4DCFFD
Black with #4DCFFD
Text Example
Text Example
White with #4DCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFFD; }
p { color: rgb(77,207,253); }
H1.HeaderClassName
{
color: #4DCFFD;
}
.AnyTagClassName
{
color: #4DCFFD;
}
</style>
background-color css
<style>
a { background-color: #4DCFFD; }
a { background-color: rgb(77,207,253); }
div.DivClassName
{
background-color: #4DCFFD;
}
.BgClassName
{
background-color: #4DCFFD;
}
</style>
border-color css
<style>
span { border-color: #4DCFFD; }
span { border-color: rgb(77,207,253); }
td.TdClassName
{
border-color: #4DCFFD;
}
.TagClassName
{
border-color: #4DCFFD;
}
</style>