Shades of Turquoise Blue #4FDEFF
Tints of Turquoise Blue #4FDEFF
RGB
CMYK
RGB Variations
Color information
#4FDEFF (or 0x4FDEFF) is known color: Turquoise Blue. HEX triplet: 4F, DE and FF. RGB value is (79,222,255). Sum of RGB (Red+Green+Blue) = 79+222+255=556 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.21% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FDEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDEFF is #B02100. Grayscale: #B6B6B6. Windows color (decimal): -11542785 or 16768591. OLE color: 16768591.
HSL color Cylindrical-coordinate representation of color #4FDEFF: hue angle of 191.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FDEFF is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 222 | 255 | - |
| CMYK | 0.69 | 0.13 | 0 | 0 |
| HSL | 191.25º | 1% | 0.65% | - |
| HSV(B) | 191.25º | 0.69% | 1% | - |
| XYZ | 47.4 | 61.12 | 103.91 | - |
| YUV | 183.01 | 168.62 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 255 | 0.69 | 0.13 | 0 | 0 | 191.25 | 1 | 0.65 |
| Hex | 4F | DE | FF | 45 | D | 0 | 0 | BF | 64 | 41 |
| Octal | 117 | 336 | 377 | 105 | 15 | 0 | 0 | 277 | 144 | 101 |
| Binary | 1001111 | 11011110 | 11111111 | 1000101 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000001 |
Color Harmonies of #4FDEFF
Complementary color
Monochromatic Colors of #4FDEFF
Black with #4FDEFF
Text Example
Text Example
White with #4FDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDEFF; }
p { color: rgb(79,222,255); }
H1.HeaderClassName
{
color: #4FDEFF;
}
.AnyTagClassName
{
color: #4FDEFF;
}
</style>
background-color css
<style>
a { background-color: #4FDEFF; }
a { background-color: rgb(79,222,255); }
div.DivClassName
{
background-color: #4FDEFF;
}
.BgClassName
{
background-color: #4FDEFF;
}
</style>
border-color css
<style>
span { border-color: #4FDEFF; }
span { border-color: rgb(79,222,255); }
td.TdClassName
{
border-color: #4FDEFF;
}
.TagClassName
{
border-color: #4FDEFF;
}
</style>