#1EF7D9

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

Shades of Bright Turquoise #1EF7D9

Tints of Bright Turquoise #1EF7D9

Color information

#1EF7D9 (or 0x1EF7D9) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F7 and D9. RGB value is (30,247,217). Sum of RGB (Red+Green+Blue) = 30+247+217=494 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.07% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #1EF7D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF7D9 is #E10826. Grayscale: #B2B2B2. Windows color (decimal): -14747687 or 14284574. OLE color: 14284574.

HSL color Cylindrical-coordinate representation of color #1EF7D9: hue angle of 171.71º 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 #1EF7D9 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB30247217-
CMYK0.8800.120.03
HSL171.71º93.13%54.31%-
HSV(B)171.71º87.85%96.86%-
XYZ46.3271.8177.06-
YUV178.7149.6121.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.07%
GREEN value IS 247 (96.88% from 255) = 50%
BLUE value IS 217 (85.16% from 255) = 43.93%
R=6.07%
G=50%
B=43.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal302472170.8800.120.03171.7193.1354.31
Hex1EF7D9580C3ac5d36
Octal36367331130014325413566
Binary11110111101111101100110110000110011101011001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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