#1EEECC

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

Shades of Bright Turquoise #1EEECC

Tints of Bright Turquoise #1EEECC

Color information

#1EEECC (or 0x1EEECC) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EE and CC. RGB value is (30,238,204). Sum of RGB (Red+Green+Blue) = 30+238+204=472 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.36% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEECC is #E11133. Grayscale: #ABABAB. Windows color (decimal): -14750004 or 13430302. OLE color: 13430302.

HSL color Cylindrical-coordinate representation of color #1EEECC: hue angle of 170.19º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEECC is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB30238204-
CMYK0.8700.140.07
HSL170.19º85.95%52.55%-
HSV(B)170.19º87.39%93.33%-
XYZ42.0165.7867.61-
YUV171.93146.0926.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.36%
GREEN value IS 238 (93.36% from 255) = 50.42%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=6.36%
G=50.42%
B=43.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal302382040.8700.140.07170.1985.9552.55
Hex1EEECC570E7aa5635
Octal36356314127016725212665
Binary111101110111011001100101011101110111101010101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,238,204); }

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

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

 a { background-color: rgb(30,238,204); }

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

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

 span { border-color: rgb(30,238,204); }

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