Shades of Turquoise Blue #4CD3FE
Tints of Turquoise Blue #4CD3FE
RGB
CMYK
RGB Variations
Color information
#4CD3FE (or 0x4CD3FE) is known color: Turquoise Blue. HEX triplet: 4C, D3 and FE. RGB value is (76,211,254). Sum of RGB (Red+Green+Blue) = 76+211+254=541 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.05% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CD3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD3FE is #B32C01. Grayscale: #AFAFAF. Windows color (decimal): -11742210 or 16700236. OLE color: 16700236.
HSL color Cylindrical-coordinate representation of color #4CD3FE: hue angle of 194.49º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CD3FE is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 211 | 254 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.00 |
| HSL | 194.49º | 0.99% | 0.65% | - |
| HSV(B) | 194.49º | 0.7% | 1% | - |
| XYZ | 44.16 | 55.28 | 102.11 | - |
| YUV | 175.54 | 172.27 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 211 | 254 | 0.70 | 0.17 | 0 | 0.00 | 194.49 | 0.99 | 0.65 |
| Hex | 4C | D3 | FE | 46 | 11 | 0 | 0 | C2 | 63 | 41 |
| Octal | 114 | 323 | 376 | 106 | 21 | 0 | 0 | 302 | 143 | 101 |
| Binary | 1001100 | 11010011 | 11111110 | 1000110 | 10001 | 0 | 0 | 11000010 | 1100011 | 1000001 |
Color Harmonies of #4CD3FE
Complementary color
Monochromatic Colors of #4CD3FE
Black with #4CD3FE
Text Example
Text Example
White with #4CD3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD3FE; }
p { color: rgb(76,211,254); }
H1.HeaderClassName
{
color: #4CD3FE;
}
.AnyTagClassName
{
color: #4CD3FE;
}
</style>
background-color css
<style>
a { background-color: #4CD3FE; }
a { background-color: rgb(76,211,254); }
div.DivClassName
{
background-color: #4CD3FE;
}
.BgClassName
{
background-color: #4CD3FE;
}
</style>
border-color css
<style>
span { border-color: #4CD3FE; }
span { border-color: rgb(76,211,254); }
td.TdClassName
{
border-color: #4CD3FE;
}
.TagClassName
{
border-color: #4CD3FE;
}
</style>