Shades of Turquoise Blue #4FDEEF
Tints of Turquoise Blue #4FDEEF
RGB
CMYK
RGB Variations
Color information
#4FDEEF (or 0x4FDEEF) is known color: Turquoise Blue. HEX triplet: 4F, DE and EF. RGB value is (79,222,239). Sum of RGB (Red+Green+Blue) = 79+222+239=540 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.63% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #4FDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDEEF is #B02110. Grayscale: #B4B4B4. Windows color (decimal): -11542801 or 15720015. OLE color: 15720015.
HSL color Cylindrical-coordinate representation of color #4FDEEF: hue angle of 186.38º 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 #4FDEEF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 222 | 239 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.06 |
| HSL | 186.38º | 0.83% | 0.62% | - |
| HSV(B) | 186.38º | 0.67% | 0.94% | - |
| XYZ | 44.93 | 60.14 | 90.9 | - |
| YUV | 181.18 | 160.62 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 239 | 0.67 | 0.07 | 0 | 0.06 | 186.38 | 0.83 | 0.62 |
| Hex | 4F | DE | EF | 43 | 7 | 0 | 6 | BA | 53 | 3E |
| Octal | 117 | 336 | 357 | 103 | 7 | 0 | 6 | 272 | 123 | 76 |
| Binary | 1001111 | 11011110 | 11101111 | 1000011 | 111 | 0 | 110 | 10111010 | 1010011 | 111110 |
Color Harmonies of #4FDEEF
Complementary color
Monochromatic Colors of #4FDEEF
Black with #4FDEEF
Text Example
Text Example
White with #4FDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDEEF; }
p { color: rgb(79,222,239); }
H1.HeaderClassName
{
color: #4FDEEF;
}
.AnyTagClassName
{
color: #4FDEEF;
}
</style>
background-color css
<style>
a { background-color: #4FDEEF; }
a { background-color: rgb(79,222,239); }
div.DivClassName
{
background-color: #4FDEEF;
}
.BgClassName
{
background-color: #4FDEEF;
}
</style>
border-color css
<style>
span { border-color: #4FDEEF; }
span { border-color: rgb(79,222,239); }
td.TdClassName
{
border-color: #4FDEEF;
}
.TagClassName
{
border-color: #4FDEEF;
}
</style>