Shades of Turquoise #4EFFCF
Tints of Turquoise #4EFFCF
RGB
CMYK
RGB Variations
Color information
#4EFFCF (or 0x4EFFCF) is known color: Turquoise. HEX triplet: 4E, FF and CF. RGB value is (78,255,207). Sum of RGB (Red+Green+Blue) = 78+255+207=540 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.44% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFCF is #B10030. Grayscale: #C4C4C4. Windows color (decimal): -11599921 or 13631310. OLE color: 13631310.
HSL color Cylindrical-coordinate representation of color #4EFFCF: hue angle of 163.73º 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 #4EFFCF is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 207 | - |
| CMYK | 0.69 | 0 | 0.19 | 0 |
| HSL | 163.73º | 1% | 0.65% | - |
| HSV(B) | 163.73º | 0.69% | 1% | - |
| XYZ | 50.16 | 77.64 | 71.37 | - |
| YUV | 196.61 | 133.86 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 207 | 0.69 | 0 | 0.19 | 0 | 163.73 | 1 | 0.65 |
| Hex | 4E | FF | CF | 45 | 0 | 13 | 0 | A4 | 64 | 41 |
| Octal | 116 | 377 | 317 | 105 | 0 | 23 | 0 | 244 | 144 | 101 |
| Binary | 1001110 | 11111111 | 11001111 | 1000101 | 0 | 10011 | 0 | 10100100 | 1100100 | 1000001 |
Color Harmonies of #4EFFCF
Complementary color
Monochromatic Colors of #4EFFCF
Black with #4EFFCF
Text Example
Text Example
White with #4EFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFFCF; }
p { color: rgb(78,255,207); }
H1.HeaderClassName
{
color: #4EFFCF;
}
.AnyTagClassName
{
color: #4EFFCF;
}
</style>
background-color css
<style>
a { background-color: #4EFFCF; }
a { background-color: rgb(78,255,207); }
div.DivClassName
{
background-color: #4EFFCF;
}
.BgClassName
{
background-color: #4EFFCF;
}
</style>
border-color css
<style>
span { border-color: #4EFFCF; }
span { border-color: rgb(78,255,207); }
td.TdClassName
{
border-color: #4EFFCF;
}
.TagClassName
{
border-color: #4EFFCF;
}
</style>