#1EFBEA

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

Shades of Bright Turquoise #1EFBEA

Tints of Bright Turquoise #1EFBEA

Color information

#1EFBEA (or 0x1EFBEA) is unknown color: approx Bright Turquoise. HEX triplet: 1E, FB and EA. RGB value is (30,251,234). Sum of RGB (Red+Green+Blue) = 30+251+234=515 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.83% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFBEA is #E10415. Grayscale: #B6B6B6. Windows color (decimal): -14746646 or 15399710. OLE color: 15399710.

HSL color Cylindrical-coordinate representation of color #1EFBEA: hue angle of 175.38º 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 #1EFBEA is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB30251234-
CMYK0.8800.070.02
HSL175.38º96.51%55.1%-
HSV(B)175.38º88.05%98.43%-
XYZ49.8875.2189.73-
YUV182.98156.7818.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 5.83%
GREEN value IS 251 (98.44% from 255) = 48.74%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=5.83%
G=48.74%
B=45.44%

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
Decimal302512340.8800.070.02175.3896.5155.1
Hex1EFBEA58072af6137
Octal3637335213007225714167
Binary1111011111011111010101011000011110101011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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