Shades of Turquoise Blue #4FDFED
Tints of Turquoise Blue #4FDFED
RGB
CMYK
RGB Variations
Color information
#4FDFED (or 0x4FDFED) is known color: Turquoise Blue. HEX triplet: 4F, DF and ED. RGB value is (79,223,237). Sum of RGB (Red+Green+Blue) = 79+223+237=539 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.66% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FDFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFED is #B02012. Grayscale: #B5B5B5. Windows color (decimal): -11542547 or 15589199. OLE color: 15589199.
HSL color Cylindrical-coordinate representation of color #4FDFED: hue angle of 185.32º degrees, saturation: 0.81, 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 #4FDFED is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 223 | 237 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.07 |
| HSL | 185.32º | 0.81% | 0.62% | - |
| HSV(B) | 185.32º | 0.67% | 0.93% | - |
| XYZ | 44.9 | 60.55 | 89.44 | - |
| YUV | 181.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 237 | 0.67 | 0.06 | 0 | 0.07 | 185.32 | 0.81 | 0.62 |
| Hex | 4F | DF | ED | 43 | 6 | 0 | 7 | B9 | 51 | 3E |
| Octal | 117 | 337 | 355 | 103 | 6 | 0 | 7 | 271 | 121 | 76 |
| Binary | 1001111 | 11011111 | 11101101 | 1000011 | 110 | 0 | 111 | 10111001 | 1010001 | 111110 |
Color Harmonies of #4FDFED
Complementary color
Monochromatic Colors of #4FDFED
Black with #4FDFED
Text Example
Text Example
White with #4FDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFED; }
p { color: rgb(79,223,237); }
H1.HeaderClassName
{
color: #4FDFED;
}
.AnyTagClassName
{
color: #4FDFED;
}
</style>
background-color css
<style>
a { background-color: #4FDFED; }
a { background-color: rgb(79,223,237); }
div.DivClassName
{
background-color: #4FDFED;
}
.BgClassName
{
background-color: #4FDFED;
}
</style>
border-color css
<style>
span { border-color: #4FDFED; }
span { border-color: rgb(79,223,237); }
td.TdClassName
{
border-color: #4FDFED;
}
.TagClassName
{
border-color: #4FDFED;
}
</style>