Shades of Turquoise Blue #4FDAF2
Tints of Turquoise Blue #4FDAF2
RGB
CMYK
RGB Variations
Color information
#4FDAF2 (or 0x4FDAF2) is known color: Turquoise Blue. HEX triplet: 4F, DA and F2. RGB value is (79,218,242). Sum of RGB (Red+Green+Blue) = 79+218+242=539 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.66% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #4FDAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDAF2 is #B0250D. Grayscale: #B2B2B2. Windows color (decimal): -11543822 or 15915599. OLE color: 15915599.
HSL color Cylindrical-coordinate representation of color #4FDAF2: hue angle of 188.83º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDAF2 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 218 | 242 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.05 |
| HSL | 188.83º | 0.86% | 0.63% | - |
| HSV(B) | 188.83º | 0.67% | 0.95% | - |
| XYZ | 44.32 | 58.22 | 92.91 | - |
| YUV | 179.18 | 163.45 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 242 | 0.67 | 0.10 | 0 | 0.05 | 188.83 | 0.86 | 0.63 |
| Hex | 4F | DA | F2 | 43 | A | 0 | 5 | BD | 56 | 3F |
| Octal | 117 | 332 | 362 | 103 | 12 | 0 | 5 | 275 | 126 | 77 |
| Binary | 1001111 | 11011010 | 11110010 | 1000011 | 1010 | 0 | 101 | 10111101 | 1010110 | 111111 |
Color Harmonies of #4FDAF2
Complementary color
Monochromatic Colors of #4FDAF2
Black with #4FDAF2
Text Example
Text Example
White with #4FDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDAF2; }
p { color: rgb(79,218,242); }
H1.HeaderClassName
{
color: #4FDAF2;
}
.AnyTagClassName
{
color: #4FDAF2;
}
</style>
background-color css
<style>
a { background-color: #4FDAF2; }
a { background-color: rgb(79,218,242); }
div.DivClassName
{
background-color: #4FDAF2;
}
.BgClassName
{
background-color: #4FDAF2;
}
</style>
border-color css
<style>
span { border-color: #4FDAF2; }
span { border-color: rgb(79,218,242); }
td.TdClassName
{
border-color: #4FDAF2;
}
.TagClassName
{
border-color: #4FDAF2;
}
</style>