#1EEFC8

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

Shades of Bright Turquoise #1EEFC8

Tints of Bright Turquoise #1EEFC8

Color information

#1EEFC8 (or 0x1EEFC8) is unknown color: approx Bright Turquoise. HEX triplet: 1E, EF and C8. RGB value is (30,239,200). Sum of RGB (Red+Green+Blue) = 30+239+200=469 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.40% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFC8 is #E11037. Grayscale: #ACACAC. Windows color (decimal): -14749752 or 13168414. OLE color: 13168414.

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

Color convert

RGB30239200-
CMYK0.8700.160.06
HSL168.8º86.72%52.75%-
HSV(B)168.8º87.45%93.73%-
XYZ41.8366.1865.21-
YUV172.06143.7626.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.40%
GREEN value IS 239 (93.75% from 255) = 50.96%
BLUE value IS 200 (78.52% from 255) = 42.64%
R=6.40%
G=50.96%
B=42.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal302392000.8700.160.06168.886.7252.75
Hex1EEFC8570106a95735
Octal36357310127020625112765
Binary1111011101111110010001010111010000110101010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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