Shades of Turquoise Blue #4FCFF3
Tints of Turquoise Blue #4FCFF3
RGB
CMYK
RGB Variations
Color information
#4FCFF3 (or 0x4FCFF3) is known color: Turquoise Blue. HEX triplet: 4F, CF and F3. RGB value is (79,207,243). Sum of RGB (Red+Green+Blue) = 79+207+243=529 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.93% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #4FCFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCFF3 is #B0300C. Grayscale: #ACACAC. Windows color (decimal): -11546637 or 15978319. OLE color: 15978319.
HSL color Cylindrical-coordinate representation of color #4FCFF3: hue angle of 193.17º degrees, saturation: 0.87, 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 #4FCFF3 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 207 | 243 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.05 |
| HSL | 193.17º | 0.87% | 0.63% | - |
| HSV(B) | 193.17º | 0.67% | 0.95% | - |
| XYZ | 41.71 | 52.76 | 92.78 | - |
| YUV | 172.83 | 167.59 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 243 | 0.67 | 0.15 | 0 | 0.05 | 193.17 | 0.87 | 0.63 |
| Hex | 4F | CF | F3 | 43 | F | 0 | 5 | C1 | 57 | 3F |
| Octal | 117 | 317 | 363 | 103 | 17 | 0 | 5 | 301 | 127 | 77 |
| Binary | 1001111 | 11001111 | 11110011 | 1000011 | 1111 | 0 | 101 | 11000001 | 1010111 | 111111 |
Color Harmonies of #4FCFF3
Complementary color
Monochromatic Colors of #4FCFF3
Black with #4FCFF3
Text Example
Text Example
White with #4FCFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFF3; }
p { color: rgb(79,207,243); }
H1.HeaderClassName
{
color: #4FCFF3;
}
.AnyTagClassName
{
color: #4FCFF3;
}
</style>
background-color css
<style>
a { background-color: #4FCFF3; }
a { background-color: rgb(79,207,243); }
div.DivClassName
{
background-color: #4FCFF3;
}
.BgClassName
{
background-color: #4FCFF3;
}
</style>
border-color css
<style>
span { border-color: #4FCFF3; }
span { border-color: rgb(79,207,243); }
td.TdClassName
{
border-color: #4FCFF3;
}
.TagClassName
{
border-color: #4FCFF3;
}
</style>