#1EF7D8

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

Shades of Bright Turquoise #1EF7D8

Tints of Bright Turquoise #1EF7D8

Color information

#1EF7D8 (or 0x1EF7D8) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F7 and D8. RGB value is (30,247,216). Sum of RGB (Red+Green+Blue) = 30+247+216=493 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.09% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #1EF7D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF7D8 is #E10827. Grayscale: #B2B2B2. Windows color (decimal): -14747688 or 14219038. OLE color: 14219038.

HSL color Cylindrical-coordinate representation of color #1EF7D8: hue angle of 171.43º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF7D8 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB30247216-
CMYK0.8800.130.03
HSL171.43º93.13%54.31%-
HSV(B)171.43º87.85%96.86%-
XYZ46.1971.7676.38-
YUV178.58149.1122.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.09%
GREEN value IS 247 (96.88% from 255) = 50.10%
BLUE value IS 216 (84.77% from 255) = 43.81%
R=6.09%
G=50.10%
B=43.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal302472160.8800.130.03171.4393.1354.31
Hex1EF7D8580D3ab5d36
Octal36367330130015325313566
Binary11110111101111101100010110000110111101010111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EF7D8; }

 p { color: rgb(30,247,216); }

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

<style>
 a { background-color: #1EF7D8; }

 a { background-color: rgb(30,247,216); }

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

<style>
 span { border-color: #1EF7D8; }

 span { border-color: rgb(30,247,216); }

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