Html Css Color HEX #1EFAC6 Bright Turquoise

📋 copy color: '#1EFAC6'

red 30 ◦ green 250 ◦ blue 198

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

Shades of Bright Turquoise #1EFAC6

Tints of Bright Turquoise #1EFAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 6.28%
G = 52.3%
B = 41.42%

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

#1EFAC6 (or 0x1EFAC6) is known color: Bright Turquoise. HEX triplet: 1E, FA and C6. RGB value is (30,250,198). Sum of RGB (Red+Green+Blue) = 30+250+198=478 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.28% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFAC6 is #E10539. Grayscale: #B2B2B2. Windows color (decimal): -14746938 or 13040158. OLE color: 13040158.

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

Color convert

RGB 30 250 198 -
CMYK 0.88 0 0.21 0.02
HSL 165.82º 0.96% 0.55% -
HSV(B) 165.82º 0.88% 0.98% -
XYZ 44.91 72.72 65.1 -
YUV 178.29 139.11 22.23 -
System Red Green Blue C M Y K H S L
Decimal 30 250 198 0.88 0 0.21 0.02 165.82 0.96 0.55
Hex 1E FA C6 58 0 15 2 A6 60 37
Octal 36 372 306 130 0 25 2 246 140 67
Binary 11110 11111010 11000110 1011000 0 10101 10 10100110 1100000 110111

Color Harmonies of #1EFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFAC6

Black with #1EFAC6

Text Example


Text Example

White with #1EFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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