#1EEDE4

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

Shades of Bright Turquoise #1EEDE4

Tints of Bright Turquoise #1EEDE4

Color information

#1EEDE4 (or 0x1EEDE4) is unknown color: approx Bright Turquoise. HEX triplet: 1E, ED and E4. RGB value is (30,237,228). Sum of RGB (Red+Green+Blue) = 30+237+228=495 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.06% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #1EEDE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEDE4 is #E1121B. Grayscale: #ADADAD. Windows color (decimal): -14750236 or 15002910. OLE color: 15002910.

HSL color Cylindrical-coordinate representation of color #1EEDE4: hue angle of 177.39º 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 #1EEDE4 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB30237228-
CMYK0.8700.040.07
HSL177.39º85.19%52.35%-
HSV(B)177.39º87.34%92.94%-
XYZ44.8266.4583.86-
YUV174.08158.4225.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.06%
GREEN value IS 237 (92.97% from 255) = 47.88%
BLUE value IS 228 (89.45% from 255) = 46.06%
R=6.06%
G=47.88%
B=46.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal302372280.8700.040.07177.3985.1952.35
Hex1EEDE457047b15534
Octal3635534412704726112564
Binary11110111011011110010010101110100111101100011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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