#1EEFD7

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

Shades of Bright Turquoise #1EEFD7

Tints of Bright Turquoise #1EEFD7

Color information

#1EEFD7 (or 0x1EEFD7) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EF and D7. RGB value is (30,239,215). Sum of RGB (Red+Green+Blue) = 30+239+215=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFD7 is #E11028. Grayscale: #ADADAD. Windows color (decimal): -14749737 or 14151454. OLE color: 14151454.

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

Color convert

RGB30239215-
CMYK0.8700.100.06
HSL173.11º86.72%52.75%-
HSV(B)173.11º87.45%93.73%-
XYZ43.6766.9274.9-
YUV173.77151.2625.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.20%
GREEN value IS 239 (93.75% from 255) = 49.38%
BLUE value IS 215 (84.38% from 255) = 44.42%
R=6.20%
G=49.38%
B=44.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal302392150.8700.100.06173.1186.7252.75
Hex1EEFD7570A6ad5735
Octal36357327127012625512765
Binary111101110111111010111101011101010110101011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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