Html Css Color HEX #1EFEEB Bright Turquoise

📋 copy color: '#1EFEEB'

red 30 ◦ green 254 ◦ blue 235

#1EFEEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1EFEEB

Tints of Bright Turquoise #1EFEEB

RGB

 RED value IS 30 (12.11% from 255) = 5.78%

 GREEN value IS 254 (99.61% from 255) = 48.94%

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 5.78%
G = 48.94%
B = 45.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#1EFEEB (or 0x1EFEEB) is known color: Bright Turquoise. HEX triplet: 1E, FE and EB. RGB value is (30,254,235). Sum of RGB (Red+Green+Blue) = 30+254+235=519 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.78% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFEEB is #E10114. Grayscale: #B8B8B8. Windows color (decimal): -14745877 or 15466014. OLE color: 15466014.

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

Color convert

RGB 30 254 235 -
CMYK 0.88 0 0.07 0.00
HSL 174.91º 0.99% 0.56% -
HSV(B) 174.91º 0.88% 1% -
XYZ 50.97 77.16 90.8 -
YUV 184.86 156.29 17.54 -
System Red Green Blue C M Y K H S L
Decimal 30 254 235 0.88 0 0.07 0.00 174.91 0.99 0.56
Hex 1E FE EB 58 0 7 0 AF 63 38
Octal 36 376 353 130 0 7 0 257 143 70
Binary 11110 11111110 11101011 1011000 0 111 0 10101111 1100011 111000

Color Harmonies of #1EFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFEEB

Black with #1EFEEB

Text Example


Text Example

White with #1EFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,254,235); }

 H1.HeaderClassName
 {
   color: #1EFEEB;
 }
 .AnyTagClassName
 {
   color: #1EFEEB;
 }
</style>

background-color css

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

 a { background-color: rgb(30,254,235); }

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

border-color css

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

 span { border-color: rgb(30,254,235); }

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