Shades of Turquoise Blue #4FDFFC
Tints of Turquoise Blue #4FDFFC
RGB
CMYK
RGB Variations
Color information
#4FDFFC (or 0x4FDFFC) is known color: Turquoise Blue. HEX triplet: 4F, DF and FC. RGB value is (79,223,252). Sum of RGB (Red+Green+Blue) = 79+223+252=554 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.26% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FDFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFFC is #B02003. Grayscale: #B6B6B6. Windows color (decimal): -11542532 or 16572239. OLE color: 16572239.
HSL color Cylindrical-coordinate representation of color #4FDFFC: hue angle of 190.06º degrees, saturation: 0.97, 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 #4FDFFC is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 223 | 252 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.01 |
| HSL | 190.06º | 0.97% | 0.65% | - |
| HSV(B) | 190.06º | 0.69% | 0.99% | - |
| XYZ | 47.18 | 61.47 | 101.47 | - |
| YUV | 183.25 | 166.79 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 252 | 0.69 | 0.12 | 0 | 0.01 | 190.06 | 0.97 | 0.65 |
| Hex | 4F | DF | FC | 45 | C | 0 | 1 | BE | 61 | 41 |
| Octal | 117 | 337 | 374 | 105 | 14 | 0 | 1 | 276 | 141 | 101 |
| Binary | 1001111 | 11011111 | 11111100 | 1000101 | 1100 | 0 | 1 | 10111110 | 1100001 | 1000001 |
Color Harmonies of #4FDFFC
Complementary color
Monochromatic Colors of #4FDFFC
Black with #4FDFFC
Text Example
Text Example
White with #4FDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFFC; }
p { color: rgb(79,223,252); }
H1.HeaderClassName
{
color: #4FDFFC;
}
.AnyTagClassName
{
color: #4FDFFC;
}
</style>
background-color css
<style>
a { background-color: #4FDFFC; }
a { background-color: rgb(79,223,252); }
div.DivClassName
{
background-color: #4FDFFC;
}
.BgClassName
{
background-color: #4FDFFC;
}
</style>
border-color css
<style>
span { border-color: #4FDFFC; }
span { border-color: rgb(79,223,252); }
td.TdClassName
{
border-color: #4FDFFC;
}
.TagClassName
{
border-color: #4FDFFC;
}
</style>