#1EFBE9

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

Shades of Bright Turquoise #1EFBE9

Tints of Bright Turquoise #1EFBE9

Color information

#1EFBE9 (or 0x1EFBE9) is unknown color: approx Bright Turquoise. HEX triplet: 1E, FB and E9. RGB value is (30,251,233). Sum of RGB (Red+Green+Blue) = 30+251+233=514 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.84% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFBE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFBE9 is #E10416. Grayscale: #B6B6B6. Windows color (decimal): -14746647 or 15334174. OLE color: 15334174.

HSL color Cylindrical-coordinate representation of color #1EFBE9: hue angle of 175.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFBE9 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB30251233-
CMYK0.8800.070.02
HSL175.11º96.51%55.1%-
HSV(B)175.11º88.05%98.43%-
XYZ49.7475.1588.98-
YUV182.87156.2818.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.84%
GREEN value IS 251 (98.44% from 255) = 48.83%
BLUE value IS 233 (91.41% from 255) = 45.33%
R=5.84%
G=48.83%
B=45.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal302512330.8800.070.02175.1196.5155.1
Hex1EFBE958072af6137
Octal3637335113007225714167
Binary1111011111011111010011011000011110101011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,251,233); }

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

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

 a { background-color: rgb(30,251,233); }

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

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

 span { border-color: rgb(30,251,233); }

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