Shades of Turquoise Blue #4FDEF2
Tints of Turquoise Blue #4FDEF2
RGB
CMYK
RGB Variations
Color information
#4FDEF2 (or 0x4FDEF2) is known color: Turquoise Blue. HEX triplet: 4F, DE and F2. RGB value is (79,222,242). Sum of RGB (Red+Green+Blue) = 79+222+242=543 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.55% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #4FDEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDEF2 is #B0210D. Grayscale: #B5B5B5. Windows color (decimal): -11542798 or 15916623. OLE color: 15916623.
HSL color Cylindrical-coordinate representation of color #4FDEF2: hue angle of 187.36º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDEF2 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 222 | 242 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.05 |
| HSL | 187.36º | 0.86% | 0.63% | - |
| HSV(B) | 187.36º | 0.67% | 0.95% | - |
| XYZ | 45.37 | 60.32 | 93.26 | - |
| YUV | 181.52 | 162.12 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 242 | 0.67 | 0.08 | 0 | 0.05 | 187.36 | 0.86 | 0.63 |
| Hex | 4F | DE | F2 | 43 | 8 | 0 | 5 | BB | 56 | 3F |
| Octal | 117 | 336 | 362 | 103 | 10 | 0 | 5 | 273 | 126 | 77 |
| Binary | 1001111 | 11011110 | 11110010 | 1000011 | 1000 | 0 | 101 | 10111011 | 1010110 | 111111 |
Color Harmonies of #4FDEF2
Complementary color
Monochromatic Colors of #4FDEF2
Black with #4FDEF2
Text Example
Text Example
White with #4FDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDEF2; }
p { color: rgb(79,222,242); }
H1.HeaderClassName
{
color: #4FDEF2;
}
.AnyTagClassName
{
color: #4FDEF2;
}
</style>
background-color css
<style>
a { background-color: #4FDEF2; }
a { background-color: rgb(79,222,242); }
div.DivClassName
{
background-color: #4FDEF2;
}
.BgClassName
{
background-color: #4FDEF2;
}
</style>
border-color css
<style>
span { border-color: #4FDEF2; }
span { border-color: rgb(79,222,242); }
td.TdClassName
{
border-color: #4FDEF2;
}
.TagClassName
{
border-color: #4FDEF2;
}
</style>