#1ECEE0

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

Shades of Dark Turquoise #1ECEE0

Tints of Dark Turquoise #1ECEE0

Color information

#1ECEE0 (or 0x1ECEE0) is unknown color: approx Dark Turquoise. HEX triplet: 1E, CE and E0. RGB value is (30,206,224). Sum of RGB (Red+Green+Blue) = 30+206+224=460 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.52% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #1ECEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECEE0 is #E1311F. Grayscale: #9B9B9B. Windows color (decimal): -14758176 or 14732830. OLE color: 14732830.

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

Color convert

RGB30206224-
CMYK0.870.0800.12
HSL185.57º76.38%49.8%-
HSV(B)185.57º86.61%87.84%-
XYZ36.0649.878.23-
YUV155.43166.6938.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.52%
GREEN value IS 206 (80.86% from 255) = 44.78%
BLUE value IS 224 (87.89% from 255) = 48.70%
R=6.52%
G=44.78%
B=48.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal302062240.870.0800.12185.5776.3849.8
Hex1ECEE05780Cba4c32
Octal363163401271001427211462
Binary1111011001110111000001010111100001100101110101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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