#1ee0c4

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

Shades of Bright Turquoise #1EE0C4

Tints of Bright Turquoise #1EE0C4

Color information

#1EE0C4 (or 0x1EE0C4) is unknown color: approx Bright Turquoise. HEX triplet: 1E, E0 and C4. RGB value is (30,224,196). Sum of RGB (Red+Green+Blue) = 30+224+196=450 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.67% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE0C4 is #E11F3B. Grayscale: #A2A2A2. Windows color (decimal): -14753596 or 12902430. OLE color: 12902430.

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

Color convert

RGB30224196-
CMYK0.8700.120.12
HSL171.34º76.38%49.8%-
HSV(B)171.34º86.61%87.84%-
XYZ37.1557.5761.38-
YUV162.8146.7333.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.67%
GREEN value IS 224 (87.89% from 255) = 49.78%
BLUE value IS 196 (76.95% from 255) = 43.56%
R=6.67%
G=49.78%
B=43.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal302241960.8700.120.12171.3476.3849.8
Hex1EE0C4570CCab4c32
Octal363403041270141425311462
Binary1111011100000110001001010111011001100101010111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ee0c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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