Shades of Turquoise Blue #4FDDEE
Tints of Turquoise Blue #4FDDEE
RGB
CMYK
RGB Variations
Color information
#4FDDEE (or 0x4FDDEE) is known color: Turquoise Blue. HEX triplet: 4F, DD and EE. RGB value is (79,221,238). Sum of RGB (Red+Green+Blue) = 79+221+238=538 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.68% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #4FDDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDDEE is #B02211. Grayscale: #B4B4B4. Windows color (decimal): -11543058 or 15654223. OLE color: 15654223.
HSL color Cylindrical-coordinate representation of color #4FDDEE: hue angle of 186.42º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDDEE is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 221 | 238 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.07 |
| HSL | 186.42º | 0.82% | 0.62% | - |
| HSV(B) | 186.42º | 0.67% | 0.93% | - |
| XYZ | 44.51 | 59.55 | 90.04 | - |
| YUV | 180.48 | 160.46 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 238 | 0.67 | 0.07 | 0 | 0.07 | 186.42 | 0.82 | 0.62 |
| Hex | 4F | DD | EE | 43 | 7 | 0 | 7 | BA | 52 | 3E |
| Octal | 117 | 335 | 356 | 103 | 7 | 0 | 7 | 272 | 122 | 76 |
| Binary | 1001111 | 11011101 | 11101110 | 1000011 | 111 | 0 | 111 | 10111010 | 1010010 | 111110 |
Color Harmonies of #4FDDEE
Complementary color
Monochromatic Colors of #4FDDEE
Black with #4FDDEE
Text Example
Text Example
White with #4FDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDEE; }
p { color: rgb(79,221,238); }
H1.HeaderClassName
{
color: #4FDDEE;
}
.AnyTagClassName
{
color: #4FDDEE;
}
</style>
background-color css
<style>
a { background-color: #4FDDEE; }
a { background-color: rgb(79,221,238); }
div.DivClassName
{
background-color: #4FDDEE;
}
.BgClassName
{
background-color: #4FDDEE;
}
</style>
border-color css
<style>
span { border-color: #4FDDEE; }
span { border-color: rgb(79,221,238); }
td.TdClassName
{
border-color: #4FDDEE;
}
.TagClassName
{
border-color: #4FDDEE;
}
</style>