Shades of Turquoise Blue #4FDDFE
Tints of Turquoise Blue #4FDDFE
RGB
CMYK
RGB Variations
Color information
#4FDDFE (or 0x4FDDFE) is known color: Turquoise Blue. HEX triplet: 4F, DD and FE. RGB value is (79,221,254). Sum of RGB (Red+Green+Blue) = 79+221+254=554 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.26% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FDDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDDFE is #B02201. Grayscale: #B6B6B6. Windows color (decimal): -11543042 or 16702799. OLE color: 16702799.
HSL color Cylindrical-coordinate representation of color #4FDDFE: hue angle of 191.31º 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 #4FDDFE is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 221 | 254 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.00 |
| HSL | 191.31º | 0.99% | 0.65% | - |
| HSV(B) | 191.31º | 0.69% | 1% | - |
| XYZ | 46.97 | 60.53 | 102.97 | - |
| YUV | 182.3 | 168.46 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 254 | 0.69 | 0.13 | 0 | 0.00 | 191.31 | 0.99 | 0.65 |
| Hex | 4F | DD | FE | 45 | D | 0 | 0 | BF | 63 | 41 |
| Octal | 117 | 335 | 376 | 105 | 15 | 0 | 0 | 277 | 143 | 101 |
| Binary | 1001111 | 11011101 | 11111110 | 1000101 | 1101 | 0 | 0 | 10111111 | 1100011 | 1000001 |
Color Harmonies of #4FDDFE
Complementary color
Monochromatic Colors of #4FDDFE
Black with #4FDDFE
Text Example
Text Example
White with #4FDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDDFE; }
p { color: rgb(79,221,254); }
H1.HeaderClassName
{
color: #4FDDFE;
}
.AnyTagClassName
{
color: #4FDDFE;
}
</style>
background-color css
<style>
a { background-color: #4FDDFE; }
a { background-color: rgb(79,221,254); }
div.DivClassName
{
background-color: #4FDDFE;
}
.BgClassName
{
background-color: #4FDDFE;
}
</style>
border-color css
<style>
span { border-color: #4FDDFE; }
span { border-color: rgb(79,221,254); }
td.TdClassName
{
border-color: #4FDDFE;
}
.TagClassName
{
border-color: #4FDDFE;
}
</style>