Shades of Turquoise Blue #4CDAFF
Tints of Turquoise Blue #4CDAFF
RGB
CMYK
RGB Variations
Color information
#4CDAFF (or 0x4CDAFF) is known color: Turquoise Blue. HEX triplet: 4C, DA and FF. RGB value is (76,218,255). Sum of RGB (Red+Green+Blue) = 76+218+255=549 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.84% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CDAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDAFF is #B32500. Grayscale: #B3B3B3. Windows color (decimal): -11740417 or 16767564. OLE color: 16767564.
HSL color Cylindrical-coordinate representation of color #4CDAFF: hue angle of 192.4º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CDAFF is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 218 | 255 | - |
| CMYK | 0.70 | 0.15 | 0 | 0 |
| HSL | 192.4º | 1% | 0.65% | - |
| HSV(B) | 192.4º | 0.7% | 1% | - |
| XYZ | 46.1 | 58.9 | 103.55 | - |
| YUV | 179.76 | 170.46 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 218 | 255 | 0.70 | 0.15 | 0 | 0 | 192.4 | 1 | 0.65 |
| Hex | 4C | DA | FF | 46 | F | 0 | 0 | C0 | 64 | 41 |
| Octal | 114 | 332 | 377 | 106 | 17 | 0 | 0 | 300 | 144 | 101 |
| Binary | 1001100 | 11011010 | 11111111 | 1000110 | 1111 | 0 | 0 | 11000000 | 1100100 | 1000001 |
Color Harmonies of #4CDAFF
Complementary color
Monochromatic Colors of #4CDAFF
Black with #4CDAFF
Text Example
Text Example
White with #4CDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDAFF; }
p { color: rgb(76,218,255); }
H1.HeaderClassName
{
color: #4CDAFF;
}
.AnyTagClassName
{
color: #4CDAFF;
}
</style>
background-color css
<style>
a { background-color: #4CDAFF; }
a { background-color: rgb(76,218,255); }
div.DivClassName
{
background-color: #4CDAFF;
}
.BgClassName
{
background-color: #4CDAFF;
}
</style>
border-color css
<style>
span { border-color: #4CDAFF; }
span { border-color: rgb(76,218,255); }
td.TdClassName
{
border-color: #4CDAFF;
}
.TagClassName
{
border-color: #4CDAFF;
}
</style>