Shades of Turquoise Blue #4FE0FD
Tints of Turquoise Blue #4FE0FD
RGB
CMYK
RGB Variations
Color information
#4FE0FD (or 0x4FE0FD) is known color: Turquoise Blue. HEX triplet: 4F, E0 and FD. RGB value is (79,224,253). Sum of RGB (Red+Green+Blue) = 79+224+253=556 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.21% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FE0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE0FD is #B01F02. Grayscale: #B7B7B7. Windows color (decimal): -11542275 or 16638031. OLE color: 16638031.
HSL color Cylindrical-coordinate representation of color #4FE0FD: hue angle of 190º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FE0FD is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 224 | 253 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.01 |
| HSL | 190º | 0.98% | 0.65% | - |
| HSV(B) | 190º | 0.69% | 0.99% | - |
| XYZ | 47.61 | 62.07 | 102.4 | - |
| YUV | 183.95 | 166.96 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 224 | 253 | 0.69 | 0.11 | 0 | 0.01 | 190 | 0.98 | 0.65 |
| Hex | 4F | E0 | FD | 45 | B | 0 | 1 | BE | 62 | 41 |
| Octal | 117 | 340 | 375 | 105 | 13 | 0 | 1 | 276 | 142 | 101 |
| Binary | 1001111 | 11100000 | 11111101 | 1000101 | 1011 | 0 | 1 | 10111110 | 1100010 | 1000001 |
Color Harmonies of #4FE0FD
Complementary color
Monochromatic Colors of #4FE0FD
Black with #4FE0FD
Text Example
Text Example
White with #4FE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE0FD; }
p { color: rgb(79,224,253); }
H1.HeaderClassName
{
color: #4FE0FD;
}
.AnyTagClassName
{
color: #4FE0FD;
}
</style>
background-color css
<style>
a { background-color: #4FE0FD; }
a { background-color: rgb(79,224,253); }
div.DivClassName
{
background-color: #4FE0FD;
}
.BgClassName
{
background-color: #4FE0FD;
}
</style>
border-color css
<style>
span { border-color: #4FE0FD; }
span { border-color: rgb(79,224,253); }
td.TdClassName
{
border-color: #4FE0FD;
}
.TagClassName
{
border-color: #4FE0FD;
}
</style>