Shades of Turquoise Blue #4FE6FF
Tints of Turquoise Blue #4FE6FF
RGB
CMYK
RGB Variations
Color information
#4FE6FF (or 0x4FE6FF) is known color: Turquoise Blue. HEX triplet: 4F, E6 and FF. RGB value is (79,230,255). Sum of RGB (Red+Green+Blue) = 79+230+255=564 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.01% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FE6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FE6FF is #B01900. Grayscale: #BBBBBB. Windows color (decimal): -11540737 or 16770639. OLE color: 16770639.
HSL color Cylindrical-coordinate representation of color #4FE6FF: hue angle of 188.52º 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 #4FE6FF is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 230 | 255 | - |
| CMYK | 0.69 | 0.10 | 0 | 0 |
| HSL | 188.52º | 1% | 0.65% | - |
| HSV(B) | 188.52º | 0.69% | 1% | - |
| XYZ | 49.57 | 65.48 | 104.63 | - |
| YUV | 187.7 | 165.97 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 230 | 255 | 0.69 | 0.10 | 0 | 0 | 188.52 | 1 | 0.65 |
| Hex | 4F | E6 | FF | 45 | A | 0 | 0 | BD | 64 | 41 |
| Octal | 117 | 346 | 377 | 105 | 12 | 0 | 0 | 275 | 144 | 101 |
| Binary | 1001111 | 11100110 | 11111111 | 1000101 | 1010 | 0 | 0 | 10111101 | 1100100 | 1000001 |
Color Harmonies of #4FE6FF
Complementary color
Monochromatic Colors of #4FE6FF
Black with #4FE6FF
Text Example
Text Example
White with #4FE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE6FF; }
p { color: rgb(79,230,255); }
H1.HeaderClassName
{
color: #4FE6FF;
}
.AnyTagClassName
{
color: #4FE6FF;
}
</style>
background-color css
<style>
a { background-color: #4FE6FF; }
a { background-color: rgb(79,230,255); }
div.DivClassName
{
background-color: #4FE6FF;
}
.BgClassName
{
background-color: #4FE6FF;
}
</style>
border-color css
<style>
span { border-color: #4FE6FF; }
span { border-color: rgb(79,230,255); }
td.TdClassName
{
border-color: #4FE6FF;
}
.TagClassName
{
border-color: #4FE6FF;
}
</style>