Shades of Turquoise Blue #4FCFF4
Tints of Turquoise Blue #4FCFF4
RGB
CMYK
RGB Variations
Color information
#4FCFF4 (or 0x4FCFF4) is known color: Turquoise Blue. HEX triplet: 4F, CF and F4. RGB value is (79,207,244). Sum of RGB (Red+Green+Blue) = 79+207+244=530 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.91% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #4FCFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCFF4 is #B0300B. Grayscale: #ACACAC. Windows color (decimal): -11546636 or 16043855. OLE color: 16043855.
HSL color Cylindrical-coordinate representation of color #4FCFF4: hue angle of 193.45º 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 #4FCFF4 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 207 | 244 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.04 |
| HSL | 193.45º | 0.88% | 0.63% | - |
| HSV(B) | 193.45º | 0.68% | 0.96% | - |
| XYZ | 41.87 | 52.82 | 93.58 | - |
| YUV | 172.95 | 168.09 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 244 | 0.68 | 0.15 | 0 | 0.04 | 193.45 | 0.88 | 0.63 |
| Hex | 4F | CF | F4 | 44 | F | 0 | 4 | C1 | 58 | 3F |
| Octal | 117 | 317 | 364 | 104 | 17 | 0 | 4 | 301 | 130 | 77 |
| Binary | 1001111 | 11001111 | 11110100 | 1000100 | 1111 | 0 | 100 | 11000001 | 1011000 | 111111 |
Color Harmonies of #4FCFF4
Complementary color
Monochromatic Colors of #4FCFF4
Black with #4FCFF4
Text Example
Text Example
White with #4FCFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFF4; }
p { color: rgb(79,207,244); }
H1.HeaderClassName
{
color: #4FCFF4;
}
.AnyTagClassName
{
color: #4FCFF4;
}
</style>
background-color css
<style>
a { background-color: #4FCFF4; }
a { background-color: rgb(79,207,244); }
div.DivClassName
{
background-color: #4FCFF4;
}
.BgClassName
{
background-color: #4FCFF4;
}
</style>
border-color css
<style>
span { border-color: #4FCFF4; }
span { border-color: rgb(79,207,244); }
td.TdClassName
{
border-color: #4FCFF4;
}
.TagClassName
{
border-color: #4FCFF4;
}
</style>