Html Css Color HEX #1EF3C6 Bright Turquoise

📋 copy color: '#1EF3C6'

red 30 ◦ green 243 ◦ blue 198

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

Shades of Bright Turquoise #1EF3C6

Tints of Bright Turquoise #1EF3C6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.59%

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

R = 6.37%
G = 51.59%
B = 42.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#1EF3C6 (or 0x1EF3C6) is known color: Bright Turquoise. HEX triplet: 1E, F3 and C6. RGB value is (30,243,198). Sum of RGB (Red+Green+Blue) = 30+243+198=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF3C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF3C6 is #E10C39. Grayscale: #AEAEAE. Windows color (decimal): -14748730 or 13038366. OLE color: 13038366.

HSL color Cylindrical-coordinate representation of color #1EF3C6: hue angle of 167.32º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF3C6 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 243 198 -
CMYK 0.88 0 0.19 0.05
HSL 167.32º 0.9% 0.54% -
HSV(B) 167.32º 0.88% 0.95% -
XYZ 42.78 68.45 64.38 -
YUV 174.18 141.43 25.16 -
System Red Green Blue C M Y K H S L
Decimal 30 243 198 0.88 0 0.19 0.05 167.32 0.9 0.54
Hex 1E F3 C6 58 0 13 5 A7 5A 36
Octal 36 363 306 130 0 23 5 247 132 66
Binary 11110 11110011 11000110 1011000 0 10011 101 10100111 1011010 110110

Color Harmonies of #1EF3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF3C6

Black with #1EF3C6

Text Example


Text Example

White with #1EF3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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