Shades of Turquoise Blue #4CCFFD
Tints of Turquoise Blue #4CCFFD
RGB
CMYK
RGB Variations
Color information
#4CCFFD (or 0x4CCFFD) is known color: Turquoise Blue. HEX triplet: 4C, CF and FD. RGB value is (76,207,253). Sum of RGB (Red+Green+Blue) = 76+207+253=536 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.18% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CCFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCFFD is #B33002. Grayscale: #ACACAC. Windows color (decimal): -11743235 or 16633676. OLE color: 16633676.
HSL color Cylindrical-coordinate representation of color #4CCFFD: hue angle of 195.59º 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 #4CCFFD is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 207 | 253 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.01 |
| HSL | 195.59º | 0.98% | 0.65% | - |
| HSV(B) | 195.59º | 0.7% | 0.99% | - |
| XYZ | 43.02 | 53.25 | 100.94 | - |
| YUV | 173.08 | 173.1 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 253 | 0.70 | 0.18 | 0 | 0.01 | 195.59 | 0.98 | 0.65 |
| Hex | 4C | CF | FD | 46 | 12 | 0 | 1 | C4 | 62 | 41 |
| Octal | 114 | 317 | 375 | 106 | 22 | 0 | 1 | 304 | 142 | 101 |
| Binary | 1001100 | 11001111 | 11111101 | 1000110 | 10010 | 0 | 1 | 11000100 | 1100010 | 1000001 |
Color Harmonies of #4CCFFD
Complementary color
Monochromatic Colors of #4CCFFD
Black with #4CCFFD
Text Example
Text Example
White with #4CCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFFD; }
p { color: rgb(76,207,253); }
H1.HeaderClassName
{
color: #4CCFFD;
}
.AnyTagClassName
{
color: #4CCFFD;
}
</style>
background-color css
<style>
a { background-color: #4CCFFD; }
a { background-color: rgb(76,207,253); }
div.DivClassName
{
background-color: #4CCFFD;
}
.BgClassName
{
background-color: #4CCFFD;
}
</style>
border-color css
<style>
span { border-color: #4CCFFD; }
span { border-color: rgb(76,207,253); }
td.TdClassName
{
border-color: #4CCFFD;
}
.TagClassName
{
border-color: #4CCFFD;
}
</style>