#1EEBE3

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

Shades of Bright Turquoise #1EEBE3

Tints of Bright Turquoise #1EEBE3

Color information

#1EEBE3 (or 0x1EEBE3) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EB and E3. RGB value is (30,235,227). Sum of RGB (Red+Green+Blue) = 30+235+227=492 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.10% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEBE3 is #E1141C. Grayscale: #ACACAC. Windows color (decimal): -14750749 or 14936862. OLE color: 14936862.

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

Color convert

RGB30235227-
CMYK0.8700.030.08
HSL177.66º83.67%51.96%-
HSV(B)177.66º87.23%92.16%-
XYZ44.1165.2482.94-
YUV172.79158.5826.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.10%
GREEN value IS 235 (92.19% from 255) = 47.76%
BLUE value IS 227 (89.06% from 255) = 46.14%
R=6.10%
G=47.76%
B=46.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal302352270.8700.030.08177.6683.6751.96
Hex1EEBE357038b25434
Octal36353343127031026212464
Binary11110111010111110001110101110111000101100101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,235,227); }

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

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

 a { background-color: rgb(30,235,227); }

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

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

 span { border-color: rgb(30,235,227); }

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