Shades of Turquoise Blue #4FDFF2
Tints of Turquoise Blue #4FDFF2
RGB
CMYK
RGB Variations
Color information
#4FDFF2 (or 0x4FDFF2) is known color: Turquoise Blue. HEX triplet: 4F, DF and F2. RGB value is (79,223,242). Sum of RGB (Red+Green+Blue) = 79+223+242=544 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.52% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #4FDFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFF2 is #B0200D. Grayscale: #B5B5B5. Windows color (decimal): -11542542 or 15916879. OLE color: 15916879.
HSL color Cylindrical-coordinate representation of color #4FDFF2: hue angle of 186.99º 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 #4FDFF2 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 223 | 242 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.05 |
| HSL | 186.99º | 0.86% | 0.63% | - |
| HSV(B) | 186.99º | 0.67% | 0.95% | - |
| XYZ | 45.64 | 60.85 | 93.34 | - |
| YUV | 182.11 | 161.79 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 242 | 0.67 | 0.08 | 0 | 0.05 | 186.99 | 0.86 | 0.63 |
| Hex | 4F | DF | F2 | 43 | 8 | 0 | 5 | BB | 56 | 3F |
| Octal | 117 | 337 | 362 | 103 | 10 | 0 | 5 | 273 | 126 | 77 |
| Binary | 1001111 | 11011111 | 11110010 | 1000011 | 1000 | 0 | 101 | 10111011 | 1010110 | 111111 |
Color Harmonies of #4FDFF2
Complementary color
Monochromatic Colors of #4FDFF2
Black with #4FDFF2
Text Example
Text Example
White with #4FDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFF2; }
p { color: rgb(79,223,242); }
H1.HeaderClassName
{
color: #4FDFF2;
}
.AnyTagClassName
{
color: #4FDFF2;
}
</style>
background-color css
<style>
a { background-color: #4FDFF2; }
a { background-color: rgb(79,223,242); }
div.DivClassName
{
background-color: #4FDFF2;
}
.BgClassName
{
background-color: #4FDFF2;
}
</style>
border-color css
<style>
span { border-color: #4FDFF2; }
span { border-color: rgb(79,223,242); }
td.TdClassName
{
border-color: #4FDFF2;
}
.TagClassName
{
border-color: #4FDFF2;
}
</style>