#1EEDE6

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

Shades of Bright Turquoise #1EEDE6

Tints of Bright Turquoise #1EEDE6

Color information

#1EEDE6 (or 0x1EEDE6) is unknown color: approx Bright Turquoise. HEX triplet: 1E, ED and E6. RGB value is (30,237,230). Sum of RGB (Red+Green+Blue) = 30+237+230=497 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.04% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #1EEDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEDE6 is #E11219. Grayscale: #AEAEAE. Windows color (decimal): -14750234 or 15133982. OLE color: 15133982.

HSL color Cylindrical-coordinate representation of color #1EEDE6: hue angle of 177.97º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEDE6 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB30237230-
CMYK0.8700.030.07
HSL177.97º85.19%52.35%-
HSV(B)177.97º87.34%92.94%-
XYZ45.166.5685.33-
YUV174.31159.4225.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.04%
GREEN value IS 237 (92.97% from 255) = 47.69%
BLUE value IS 230 (90.23% from 255) = 46.28%
R=6.04%
G=47.69%
B=46.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal302372300.8700.030.07177.9785.1952.35
Hex1EEDE657037b25534
Octal3635534612703726212564
Binary1111011101101111001101010111011111101100101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,237,230); }

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

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

 a { background-color: rgb(30,237,230); }

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

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

 span { border-color: rgb(30,237,230); }

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