#4EF8CD

Color #4EF8CD Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4EF8CD

Tints of Turquoise #4EF8CD

Color information

#4EF8CD (or 0x4EF8CD) is unknown color: approx Turquoise. HEX triplet: 4E, F8 and CD. RGB value is (78,248,205). Sum of RGB (Red+Green+Blue) = 78+248+205=531 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.69% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #4EF8CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF8CD is #B10732. Grayscale: #C0C0C0. Windows color (decimal): -11601715 or 13498446. OLE color: 13498446.

HSL color Cylindrical-coordinate representation of color #4EF8CD: hue angle of 164.82º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EF8CD is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB78248205-
CMYK0.6900.170.03
HSL164.82º92.39%63.92%-
HSV(B)164.82º68.55%97.25%-
XYZ47.7373.1669.36-
YUV192.27135.1846.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 14.69%
GREEN value IS 248 (97.27% from 255) = 46.70%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=14.69%
G=46.70%
B=38.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal782482050.6900.170.03164.8292.3963.92
Hex4EF8CD450113a55c40
Octal1163703151050213245134100
Binary100111011111000110011011000101010001111010010110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EF8CD; }

 p { color: rgb(78,248,205); }

 H1.HeaderClassName
 {
   color: #4EF8CD;
 }
 .AnyTagClassName
 {
   color: #4EF8CD;
 }
</style>
background-color css

<style>
 a { background-color: #4EF8CD; }

 a { background-color: rgb(78,248,205); }

 div.DivClassName
 {
   background-color: #4EF8CD;
 }
 .BgClassName
 {
   background-color: #4EF8CD;
 }
</style>
border-color css

<style>
 span { border-color: #4EF8CD; }

 span { border-color: rgb(78,248,205); }

 td.TdClassName
 {
   border-color: #4EF8CD;
 }
 .TagClassName
 {
   border-color: #4EF8CD;
 }
</style>