Shades of Turquoise Blue #4CDDEE
Tints of Turquoise Blue #4CDDEE
RGB
CMYK
RGB Variations
Color information
#4CDDEE (or 0x4CDDEE) is known color: Turquoise Blue. HEX triplet: 4C, DD and EE. RGB value is (76,221,238). Sum of RGB (Red+Green+Blue) = 76+221+238=535 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.21% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #4CDDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDDEE is #B32211. Grayscale: #B3B3B3. Windows color (decimal): -11739666 or 15654220. OLE color: 15654220.
HSL color Cylindrical-coordinate representation of color #4CDDEE: hue angle of 186.3º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CDDEE is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 221 | 238 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.07 |
| HSL | 186.3º | 0.83% | 0.62% | - |
| HSV(B) | 186.3º | 0.68% | 0.93% | - |
| XYZ | 44.27 | 59.42 | 90.03 | - |
| YUV | 179.58 | 160.96 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 238 | 0.68 | 0.07 | 0 | 0.07 | 186.3 | 0.83 | 0.62 |
| Hex | 4C | DD | EE | 44 | 7 | 0 | 7 | BA | 53 | 3E |
| Octal | 114 | 335 | 356 | 104 | 7 | 0 | 7 | 272 | 123 | 76 |
| Binary | 1001100 | 11011101 | 11101110 | 1000100 | 111 | 0 | 111 | 10111010 | 1010011 | 111110 |
Color Harmonies of #4CDDEE
Complementary color
Monochromatic Colors of #4CDDEE
Black with #4CDDEE
Text Example
Text Example
White with #4CDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDEE; }
p { color: rgb(76,221,238); }
H1.HeaderClassName
{
color: #4CDDEE;
}
.AnyTagClassName
{
color: #4CDDEE;
}
</style>
background-color css
<style>
a { background-color: #4CDDEE; }
a { background-color: rgb(76,221,238); }
div.DivClassName
{
background-color: #4CDDEE;
}
.BgClassName
{
background-color: #4CDDEE;
}
</style>
border-color css
<style>
span { border-color: #4CDDEE; }
span { border-color: rgb(76,221,238); }
td.TdClassName
{
border-color: #4CDDEE;
}
.TagClassName
{
border-color: #4CDDEE;
}
</style>