#1effc1

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

Shades of Bright Turquoise #1EFFC1

Tints of Bright Turquoise #1EFFC1

Color information

#1EFFC1 (or 0x1EFFC1) is unknown color: approx Bright Turquoise. HEX triplet: 1E, FF and C1. RGB value is (30,255,193). Sum of RGB (Red+Green+Blue) = 30+255+193=478 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.28% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFFC1 is #E1003E. Grayscale: #B4B4B4. Windows color (decimal): -14745663 or 12713758. OLE color: 12713758.

HSL color Cylindrical-coordinate representation of color #1EFFC1: hue angle of 163.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFFC1 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB30255193-
CMYK0.8800.240
HSL163.47º100%55.88%-
HSV(B)163.47º88.24%100%-
XYZ45.9275.6562.63-
YUV180.66134.9620.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.28%
GREEN value IS 255 (100% from 255) = 53.35%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=6.28%
G=53.35%
B=40.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal302551930.8800.240163.4710055.88
Hex1EFFC1580180a36438
Octal36377301130030024314470
Binary11110111111111100000110110000110000101000111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1effc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,255,193); }

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

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

 a { background-color: rgb(30,255,193); }

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

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

 span { border-color: rgb(30,255,193); }

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