Html Css Color HEX #1EFAC5 Bright Turquoise

📋 copy color: '#1EFAC5'

red 30 ◦ green 250 ◦ blue 197

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

Shades of Bright Turquoise #1EFAC5

Tints of Bright Turquoise #1EFAC5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.41%

 BLUE value IS 197 (77.34% from 255) = 41.3%

R = 6.29%
G = 52.41%
B = 41.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#1EFAC5 (or 0x1EFAC5) is known color: Bright Turquoise. HEX triplet: 1E, FA and C5. RGB value is (30,250,197). Sum of RGB (Red+Green+Blue) = 30+250+197=477 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.29% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFAC5 is #E1053A. Grayscale: #B2B2B2. Windows color (decimal): -14746939 or 12974622. OLE color: 12974622.

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

Color convert

RGB 30 250 197 -
CMYK 0.88 0 0.21 0.02
HSL 165.55º 0.96% 0.55% -
HSV(B) 165.55º 0.88% 0.98% -
XYZ 44.8 72.68 64.49 -
YUV 178.18 138.61 22.31 -
System Red Green Blue C M Y K H S L
Decimal 30 250 197 0.88 0 0.21 0.02 165.55 0.96 0.55
Hex 1E FA C5 58 0 15 2 A6 60 37
Octal 36 372 305 130 0 25 2 246 140 67
Binary 11110 11111010 11000101 1011000 0 10101 10 10100110 1100000 110111

Color Harmonies of #1EFAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFAC5

Black with #1EFAC5

Text Example


Text Example

White with #1EFAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,250,197); }

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

background-color css

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

 a { background-color: rgb(30,250,197); }

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

border-color css

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

 span { border-color: rgb(30,250,197); }

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