Shades of Turquoise Blue #4FDEF4
Tints of Turquoise Blue #4FDEF4
RGB
CMYK
RGB Variations
Color information
#4FDEF4 (or 0x4FDEF4) is known color: Turquoise Blue. HEX triplet: 4F, DE and F4. RGB value is (79,222,244). Sum of RGB (Red+Green+Blue) = 79+222+244=545 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.50% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #4FDEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDEF4 is #B0210B. Grayscale: #B5B5B5. Windows color (decimal): -11542796 or 16047695. OLE color: 16047695.
HSL color Cylindrical-coordinate representation of color #4FDEF4: hue angle of 188º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FDEF4 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 222 | 244 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.04 |
| HSL | 188º | 0.88% | 0.63% | - |
| HSV(B) | 188º | 0.68% | 0.96% | - |
| XYZ | 45.67 | 60.44 | 94.85 | - |
| YUV | 181.75 | 163.12 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 244 | 0.68 | 0.09 | 0 | 0.04 | 188 | 0.88 | 0.63 |
| Hex | 4F | DE | F4 | 44 | 9 | 0 | 4 | BC | 58 | 3F |
| Octal | 117 | 336 | 364 | 104 | 11 | 0 | 4 | 274 | 130 | 77 |
| Binary | 1001111 | 11011110 | 11110100 | 1000100 | 1001 | 0 | 100 | 10111100 | 1011000 | 111111 |
Color Harmonies of #4FDEF4
Complementary color
Monochromatic Colors of #4FDEF4
Black with #4FDEF4
Text Example
Text Example
White with #4FDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDEF4; }
p { color: rgb(79,222,244); }
H1.HeaderClassName
{
color: #4FDEF4;
}
.AnyTagClassName
{
color: #4FDEF4;
}
</style>
background-color css
<style>
a { background-color: #4FDEF4; }
a { background-color: rgb(79,222,244); }
div.DivClassName
{
background-color: #4FDEF4;
}
.BgClassName
{
background-color: #4FDEF4;
}
</style>
border-color css
<style>
span { border-color: #4FDEF4; }
span { border-color: rgb(79,222,244); }
td.TdClassName
{
border-color: #4FDEF4;
}
.TagClassName
{
border-color: #4FDEF4;
}
</style>