Shades of Turquoise Blue #4FE6EA
Tints of Turquoise Blue #4FE6EA
RGB
CMYK
RGB Variations
Color information
#4FE6EA (or 0x4FE6EA) is known color: Turquoise Blue. HEX triplet: 4F, E6 and EA. RGB value is (79,230,234). Sum of RGB (Red+Green+Blue) = 79+230+234=543 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.55% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FE6EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FE6EA is #B01915. Grayscale: #B9B9B9. Windows color (decimal): -11540758 or 15394383. OLE color: 15394383.
HSL color Cylindrical-coordinate representation of color #4FE6EA: hue angle of 181.55º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE6EA is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 230 | 234 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.08 |
| HSL | 181.55º | 0.79% | 0.61% | - |
| HSV(B) | 181.55º | 0.66% | 0.92% | - |
| XYZ | 46.37 | 64.2 | 87.79 | - |
| YUV | 185.31 | 155.47 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 230 | 234 | 0.66 | 0.02 | 0 | 0.08 | 181.55 | 0.79 | 0.61 |
| Hex | 4F | E6 | EA | 42 | 2 | 0 | 8 | B6 | 4F | 3D |
| Octal | 117 | 346 | 352 | 102 | 2 | 0 | 10 | 266 | 117 | 75 |
| Binary | 1001111 | 11100110 | 11101010 | 1000010 | 10 | 0 | 1000 | 10110110 | 1001111 | 111101 |
Color Harmonies of #4FE6EA
Complementary color
Monochromatic Colors of #4FE6EA
Black with #4FE6EA
Text Example
Text Example
White with #4FE6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE6EA; }
p { color: rgb(79,230,234); }
H1.HeaderClassName
{
color: #4FE6EA;
}
.AnyTagClassName
{
color: #4FE6EA;
}
</style>
background-color css
<style>
a { background-color: #4FE6EA; }
a { background-color: rgb(79,230,234); }
div.DivClassName
{
background-color: #4FE6EA;
}
.BgClassName
{
background-color: #4FE6EA;
}
</style>
border-color css
<style>
span { border-color: #4FE6EA; }
span { border-color: rgb(79,230,234); }
td.TdClassName
{
border-color: #4FE6EA;
}
.TagClassName
{
border-color: #4FE6EA;
}
</style>