Shades of Turquoise Blue #4CDEF3
Tints of Turquoise Blue #4CDEF3
RGB
CMYK
RGB Variations
Color information
#4CDEF3 (or 0x4CDEF3) is known color: Turquoise Blue. HEX triplet: 4C, DE and F3. RGB value is (76,222,243). Sum of RGB (Red+Green+Blue) = 76+222+243=541 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.05% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #4CDEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDEF3 is #B3210C. Grayscale: #B4B4B4. Windows color (decimal): -11739405 or 15982156. OLE color: 15982156.
HSL color Cylindrical-coordinate representation of color #4CDEF3: hue angle of 187.54º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CDEF3 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 222 | 243 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.05 |
| HSL | 187.54º | 0.87% | 0.63% | - |
| HSV(B) | 187.54º | 0.69% | 0.95% | - |
| XYZ | 45.28 | 60.25 | 94.04 | - |
| YUV | 180.74 | 163.13 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 243 | 0.69 | 0.09 | 0 | 0.05 | 187.54 | 0.87 | 0.63 |
| Hex | 4C | DE | F3 | 45 | 9 | 0 | 5 | BC | 57 | 3F |
| Octal | 114 | 336 | 363 | 105 | 11 | 0 | 5 | 274 | 127 | 77 |
| Binary | 1001100 | 11011110 | 11110011 | 1000101 | 1001 | 0 | 101 | 10111100 | 1010111 | 111111 |
Color Harmonies of #4CDEF3
Complementary color
Monochromatic Colors of #4CDEF3
Black with #4CDEF3
Text Example
Text Example
White with #4CDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDEF3; }
p { color: rgb(76,222,243); }
H1.HeaderClassName
{
color: #4CDEF3;
}
.AnyTagClassName
{
color: #4CDEF3;
}
</style>
background-color css
<style>
a { background-color: #4CDEF3; }
a { background-color: rgb(76,222,243); }
div.DivClassName
{
background-color: #4CDEF3;
}
.BgClassName
{
background-color: #4CDEF3;
}
</style>
border-color css
<style>
span { border-color: #4CDEF3; }
span { border-color: rgb(76,222,243); }
td.TdClassName
{
border-color: #4CDEF3;
}
.TagClassName
{
border-color: #4CDEF3;
}
</style>