#1ee0de

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

Shades of Bright Turquoise #1EE0DE

Tints of Bright Turquoise #1EE0DE

Color information

#1EE0DE (or 0x1EE0DE) is unknown color: approx Bright Turquoise. HEX triplet: 1E, E0 and DE. RGB value is (30,224,222). Sum of RGB (Red+Green+Blue) = 30+224+222=476 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.30% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE0DE is #E11F21. Grayscale: #A5A5A5. Windows color (decimal): -14753570 or 14606366. OLE color: 14606366.

HSL color Cylindrical-coordinate representation of color #1EE0DE: hue angle of 179.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE0DE is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB30224222-
CMYK0.8700.010.12
HSL179.38º76.38%49.8%-
HSV(B)179.38º86.61%87.84%-
XYZ40.3858.8678.34-
YUV165.77159.7331.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.30%
GREEN value IS 224 (87.89% from 255) = 47.06%
BLUE value IS 222 (87.11% from 255) = 46.64%
R=6.30%
G=47.06%
B=46.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal302242220.8700.010.12179.3876.3849.8
Hex1EE0DE5701Cb34c32
Octal36340336127011426311462
Binary1111011100000110111101010111011100101100111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ee0de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,224,222); }

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

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

 a { background-color: rgb(30,224,222); }

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

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

 span { border-color: rgb(30,224,222); }

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