#1EE2EB

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

Shades of Bright Turquoise #1EE2EB

Tints of Bright Turquoise #1EE2EB

Color information

#1EE2EB (or 0x1EE2EB) is unknown color: approx Bright Turquoise. HEX triplet: 1E, E2 and EB. RGB value is (30,226,235). Sum of RGB (Red+Green+Blue) = 30+226+235=491 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.11% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #1EE2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE2EB is #E11D14. Grayscale: #A8A8A8. Windows color (decimal): -14753045 or 15458846. OLE color: 15458846.

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

Color convert

RGB30226235-
CMYK0.870.0400.08
HSL182.63º83.67%51.96%-
HSV(B)182.63º87.23%92.16%-
XYZ42.7360.6788.06-
YUV168.42165.5729.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.11%
GREEN value IS 226 (88.67% from 255) = 46.03%
BLUE value IS 235 (92.19% from 255) = 47.86%
R=6.11%
G=46.03%
B=47.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal302262350.870.0400.08182.6383.6751.96
Hex1EE2EB57408b75434
Octal36342353127401026712464
Binary111101110001011101011101011110001000101101111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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