Shades of Turquoise Blue #4CDFFE
Tints of Turquoise Blue #4CDFFE
RGB
CMYK
RGB Variations
Color information
#4CDFFE (or 0x4CDFFE) is known color: Turquoise Blue. HEX triplet: 4C, DF and FE. RGB value is (76,223,254). Sum of RGB (Red+Green+Blue) = 76+223+254=553 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.74% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CDFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDFFE is #B32001. Grayscale: #B6B6B6. Windows color (decimal): -11739138 or 16703308. OLE color: 16703308.
HSL color Cylindrical-coordinate representation of color #4CDFFE: hue angle of 190.45º 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 #4CDFFE is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 223 | 254 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.00 |
| HSL | 190.45º | 0.99% | 0.65% | - |
| HSV(B) | 190.45º | 0.7% | 1% | - |
| XYZ | 47.26 | 61.47 | 103.14 | - |
| YUV | 182.58 | 168.3 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 254 | 0.70 | 0.12 | 0 | 0.00 | 190.45 | 0.99 | 0.65 |
| Hex | 4C | DF | FE | 46 | C | 0 | 0 | BE | 63 | 41 |
| Octal | 114 | 337 | 376 | 106 | 14 | 0 | 0 | 276 | 143 | 101 |
| Binary | 1001100 | 11011111 | 11111110 | 1000110 | 1100 | 0 | 0 | 10111110 | 1100011 | 1000001 |
Color Harmonies of #4CDFFE
Complementary color
Monochromatic Colors of #4CDFFE
Black with #4CDFFE
Text Example
Text Example
White with #4CDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFFE; }
p { color: rgb(76,223,254); }
H1.HeaderClassName
{
color: #4CDFFE;
}
.AnyTagClassName
{
color: #4CDFFE;
}
</style>
background-color css
<style>
a { background-color: #4CDFFE; }
a { background-color: rgb(76,223,254); }
div.DivClassName
{
background-color: #4CDFFE;
}
.BgClassName
{
background-color: #4CDFFE;
}
</style>
border-color css
<style>
span { border-color: #4CDFFE; }
span { border-color: rgb(76,223,254); }
td.TdClassName
{
border-color: #4CDFFE;
}
.TagClassName
{
border-color: #4CDFFE;
}
</style>