Shades of Turquoise Blue #4FDDEB
Tints of Turquoise Blue #4FDDEB
RGB
CMYK
RGB Variations
Color information
#4FDDEB (or 0x4FDDEB) is known color: Turquoise Blue. HEX triplet: 4F, DD and EB. RGB value is (79,221,235). Sum of RGB (Red+Green+Blue) = 79+221+235=535 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.77% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FDDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDDEB is #B02214. Grayscale: #B3B3B3. Windows color (decimal): -11543061 or 15457615. OLE color: 15457615.
HSL color Cylindrical-coordinate representation of color #4FDDEB: hue angle of 185.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FDDEB is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 221 | 235 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.08 |
| HSL | 185.38º | 0.8% | 0.62% | - |
| HSV(B) | 185.38º | 0.66% | 0.92% | - |
| XYZ | 44.08 | 59.37 | 87.73 | - |
| YUV | 180.14 | 158.96 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 235 | 0.66 | 0.06 | 0 | 0.08 | 185.38 | 0.8 | 0.62 |
| Hex | 4F | DD | EB | 42 | 6 | 0 | 8 | B9 | 50 | 3E |
| Octal | 117 | 335 | 353 | 102 | 6 | 0 | 10 | 271 | 120 | 76 |
| Binary | 1001111 | 11011101 | 11101011 | 1000010 | 110 | 0 | 1000 | 10111001 | 1010000 | 111110 |
Color Harmonies of #4FDDEB
Complementary color
Monochromatic Colors of #4FDDEB
Black with #4FDDEB
Text Example
Text Example
White with #4FDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDEB; }
p { color: rgb(79,221,235); }
H1.HeaderClassName
{
color: #4FDDEB;
}
.AnyTagClassName
{
color: #4FDDEB;
}
</style>
background-color css
<style>
a { background-color: #4FDDEB; }
a { background-color: rgb(79,221,235); }
div.DivClassName
{
background-color: #4FDDEB;
}
.BgClassName
{
background-color: #4FDDEB;
}
</style>
border-color css
<style>
span { border-color: #4FDDEB; }
span { border-color: rgb(79,221,235); }
td.TdClassName
{
border-color: #4FDDEB;
}
.TagClassName
{
border-color: #4FDDEB;
}
</style>