Shades of Turquoise Blue #4CDEF9
Tints of Turquoise Blue #4CDEF9
RGB
CMYK
RGB Variations
Color information
#4CDEF9 (or 0x4CDEF9) is known color: Turquoise Blue. HEX triplet: 4C, DE and F9. RGB value is (76,222,249). Sum of RGB (Red+Green+Blue) = 76+222+249=547 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.89% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #4CDEF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDEF9 is #B32106. Grayscale: #B5B5B5. Windows color (decimal): -11739399 or 16375372. OLE color: 16375372.
HSL color Cylindrical-coordinate representation of color #4CDEF9: hue angle of 189.36º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CDEF9 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 222 | 249 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.02 |
| HSL | 189.36º | 0.94% | 0.64% | - |
| HSV(B) | 189.36º | 0.69% | 0.98% | - |
| XYZ | 46.2 | 60.62 | 98.89 | - |
| YUV | 181.42 | 166.13 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 249 | 0.69 | 0.11 | 0 | 0.02 | 189.36 | 0.94 | 0.64 |
| Hex | 4C | DE | F9 | 45 | B | 0 | 2 | BD | 5E | 40 |
| Octal | 114 | 336 | 371 | 105 | 13 | 0 | 2 | 275 | 136 | 100 |
| Binary | 1001100 | 11011110 | 11111001 | 1000101 | 1011 | 0 | 10 | 10111101 | 1011110 | 1000000 |
Color Harmonies of #4CDEF9
Complementary color
Monochromatic Colors of #4CDEF9
Black with #4CDEF9
Text Example
Text Example
White with #4CDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDEF9; }
p { color: rgb(76,222,249); }
H1.HeaderClassName
{
color: #4CDEF9;
}
.AnyTagClassName
{
color: #4CDEF9;
}
</style>
background-color css
<style>
a { background-color: #4CDEF9; }
a { background-color: rgb(76,222,249); }
div.DivClassName
{
background-color: #4CDEF9;
}
.BgClassName
{
background-color: #4CDEF9;
}
</style>
border-color css
<style>
span { border-color: #4CDEF9; }
span { border-color: rgb(76,222,249); }
td.TdClassName
{
border-color: #4CDEF9;
}
.TagClassName
{
border-color: #4CDEF9;
}
</style>