Shades of Turquoise Blue #4FDDEF
Tints of Turquoise Blue #4FDDEF
RGB
CMYK
RGB Variations
Color information
#4FDDEF (or 0x4FDDEF) is known color: Turquoise Blue. HEX triplet: 4F, DD and EF. RGB value is (79,221,239). Sum of RGB (Red+Green+Blue) = 79+221+239=539 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.66% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #4FDDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDDEF is #B02210. Grayscale: #B4B4B4. Windows color (decimal): -11543057 or 15719759. OLE color: 15719759.
HSL color Cylindrical-coordinate representation of color #4FDDEF: hue angle of 186.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDDEF is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 221 | 239 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.06 |
| HSL | 186.75º | 0.83% | 0.62% | - |
| HSV(B) | 186.75º | 0.67% | 0.94% | - |
| XYZ | 44.66 | 59.61 | 90.81 | - |
| YUV | 180.59 | 160.96 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 239 | 0.67 | 0.08 | 0 | 0.06 | 186.75 | 0.83 | 0.62 |
| Hex | 4F | DD | EF | 43 | 8 | 0 | 6 | BB | 53 | 3E |
| Octal | 117 | 335 | 357 | 103 | 10 | 0 | 6 | 273 | 123 | 76 |
| Binary | 1001111 | 11011101 | 11101111 | 1000011 | 1000 | 0 | 110 | 10111011 | 1010011 | 111110 |
Color Harmonies of #4FDDEF
Complementary color
Monochromatic Colors of #4FDDEF
Black with #4FDDEF
Text Example
Text Example
White with #4FDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDEF; }
p { color: rgb(79,221,239); }
H1.HeaderClassName
{
color: #4FDDEF;
}
.AnyTagClassName
{
color: #4FDDEF;
}
</style>
background-color css
<style>
a { background-color: #4FDDEF; }
a { background-color: rgb(79,221,239); }
div.DivClassName
{
background-color: #4FDDEF;
}
.BgClassName
{
background-color: #4FDDEF;
}
</style>
border-color css
<style>
span { border-color: #4FDDEF; }
span { border-color: rgb(79,221,239); }
td.TdClassName
{
border-color: #4FDDEF;
}
.TagClassName
{
border-color: #4FDDEF;
}
</style>