Shades of Turquoise Blue #4FE3FE
Tints of Turquoise Blue #4FE3FE
RGB
CMYK
RGB Variations
Color information
#4FE3FE (or 0x4FE3FE) is known color: Turquoise Blue. HEX triplet: 4F, E3 and FE. RGB value is (79,227,254). Sum of RGB (Red+Green+Blue) = 79+227+254=560 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.11% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FE3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE3FE is #B01C01. Grayscale: #B9B9B9. Windows color (decimal): -11541506 or 16704335. OLE color: 16704335.
HSL color Cylindrical-coordinate representation of color #4FE3FE: hue angle of 189.26º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FE3FE is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 227 | 254 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.00 |
| HSL | 189.26º | 0.99% | 0.65% | - |
| HSV(B) | 189.26º | 0.69% | 1% | - |
| XYZ | 48.58 | 63.76 | 103.51 | - |
| YUV | 185.83 | 166.47 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 227 | 254 | 0.69 | 0.11 | 0 | 0.00 | 189.26 | 0.99 | 0.65 |
| Hex | 4F | E3 | FE | 45 | B | 0 | 0 | BD | 63 | 41 |
| Octal | 117 | 343 | 376 | 105 | 13 | 0 | 0 | 275 | 143 | 101 |
| Binary | 1001111 | 11100011 | 11111110 | 1000101 | 1011 | 0 | 0 | 10111101 | 1100011 | 1000001 |
Color Harmonies of #4FE3FE
Complementary color
Monochromatic Colors of #4FE3FE
Black with #4FE3FE
Text Example
Text Example
White with #4FE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE3FE; }
p { color: rgb(79,227,254); }
H1.HeaderClassName
{
color: #4FE3FE;
}
.AnyTagClassName
{
color: #4FE3FE;
}
</style>
background-color css
<style>
a { background-color: #4FE3FE; }
a { background-color: rgb(79,227,254); }
div.DivClassName
{
background-color: #4FE3FE;
}
.BgClassName
{
background-color: #4FE3FE;
}
</style>
border-color css
<style>
span { border-color: #4FE3FE; }
span { border-color: rgb(79,227,254); }
td.TdClassName
{
border-color: #4FE3FE;
}
.TagClassName
{
border-color: #4FE3FE;
}
</style>