#1EEFED

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

Shades of Bright Turquoise #1EEFED

Tints of Bright Turquoise #1EEFED

Color information

#1EEFED (or 0x1EEFED) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EF and ED. RGB value is (30,239,237). Sum of RGB (Red+Green+Blue) = 30+239+237=506 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.93% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEFED is #E11012. Grayscale: #B0B0B0. Windows color (decimal): -14749715 or 15593246. OLE color: 15593246.

HSL color Cylindrical-coordinate representation of color #1EEFED: hue angle of 179.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEFED is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB30239237-
CMYK0.8700.010.06
HSL179.43º86.72%52.75%-
HSV(B)179.43º87.45%93.73%-
XYZ46.6968.1290.81-
YUV176.28162.2623.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.93%
GREEN value IS 239 (93.75% from 255) = 47.23%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=5.93%
G=47.23%
B=46.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal302392370.8700.010.06179.4386.7252.75
Hex1EEFED57016b35735
Octal3635735512701626312765
Binary111101110111111101101101011101110101100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,239,237); }

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

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

 a { background-color: rgb(30,239,237); }

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

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

 span { border-color: rgb(30,239,237); }

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