#1EC8E0

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

Shades of Dark Turquoise #1EC8E0

Tints of Dark Turquoise #1EC8E0

Color information

#1EC8E0 (or 0x1EC8E0) is unknown color: approx Dark Turquoise. HEX triplet: 1E, C8 and E0. RGB value is (30,200,224). Sum of RGB (Red+Green+Blue) = 30+200+224=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #1EC8E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC8E0 is #E1371F. Grayscale: #979797. Windows color (decimal): -14759712 or 14731294. OLE color: 14731294.

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

Color convert

RGB30200224-
CMYK0.870.1100.12
HSL187.42º76.38%49.8%-
HSV(B)187.42º86.61%87.84%-
XYZ34.6446.9777.76-
YUV151.91168.6841.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.61%
GREEN value IS 200 (78.52% from 255) = 44.05%
BLUE value IS 224 (87.89% from 255) = 49.34%
R=6.61%
G=44.05%
B=49.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal302002240.870.1100.12187.4276.3849.8
Hex1EC8E057B0Cbb4c32
Octal363103401271301427311462
Binary1111011001000111000001010111101101100101110111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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