Html Css Color HEX #1EFDC4 Bright Turquoise

📋 copy color: '#1EFDC4'

red 30 ◦ green 253 ◦ blue 196

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

Shades of Bright Turquoise #1EFDC4

Tints of Bright Turquoise #1EFDC4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.82%

 BLUE value IS 196 (76.95% from 255) = 40.92%

R = 6.26%
G = 52.82%
B = 40.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#1EFDC4 (or 0x1EFDC4) is known color: Bright Turquoise. HEX triplet: 1E, FD and C4. RGB value is (30,253,196). Sum of RGB (Red+Green+Blue) = 30+253+196=479 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.26% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFDC4 is #E1023B. Grayscale: #B3B3B3. Windows color (decimal): -14746172 or 12909854. OLE color: 12909854.

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

Color convert

RGB 30 253 196 -
CMYK 0.88 0 0.23 0.01
HSL 164.66º 0.98% 0.55% -
HSV(B) 164.66º 0.88% 0.99% -
XYZ 45.62 74.51 64.2 -
YUV 179.83 137.12 21.13 -
System Red Green Blue C M Y K H S L
Decimal 30 253 196 0.88 0 0.23 0.01 164.66 0.98 0.55
Hex 1E FD C4 58 0 17 1 A5 62 37
Octal 36 375 304 130 0 27 1 245 142 67
Binary 11110 11111101 11000100 1011000 0 10111 1 10100101 1100010 110111

Color Harmonies of #1EFDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFDC4

Black with #1EFDC4

Text Example


Text Example

White with #1EFDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,253,196); }

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

background-color css

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

 a { background-color: rgb(30,253,196); }

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

border-color css

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

 span { border-color: rgb(30,253,196); }

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