#1EEFD8

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

Shades of Bright Turquoise #1EEFD8

Tints of Bright Turquoise #1EEFD8

Color information

#1EEFD8 (or 0x1EEFD8) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EF and D8. RGB value is (30,239,216). Sum of RGB (Red+Green+Blue) = 30+239+216=485 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.19% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFD8 is #E11027. Grayscale: #ADADAD. Windows color (decimal): -14749736 or 14216990. OLE color: 14216990.

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

Color convert

RGB30239216-
CMYK0.8700.100.06
HSL173.4º86.72%52.75%-
HSV(B)173.4º87.45%93.73%-
XYZ43.866.9775.58-
YUV173.89151.7625.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.19%
GREEN value IS 239 (93.75% from 255) = 49.28%
BLUE value IS 216 (84.77% from 255) = 44.54%
R=6.19%
G=49.28%
B=44.54%

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
Decimal302392160.8700.100.06173.486.7252.75
Hex1EEFD8570A6ad5735
Octal36357330127012625512765
Binary111101110111111011000101011101010110101011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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