Html Css Color HEX #1EF6C0 Bright Turquoise

📋 copy color: '#1EF6C0'

red 30 ◦ green 246 ◦ blue 192

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

Shades of Bright Turquoise #1EF6C0

Tints of Bright Turquoise #1EF6C0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.56%

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 6.41%
G = 52.56%
B = 41.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#1EF6C0 (or 0x1EF6C0) is known color: Bright Turquoise. HEX triplet: 1E, F6 and C0. RGB value is (30,246,192). Sum of RGB (Red+Green+Blue) = 30+246+192=468 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.41% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF6C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF6C0 is #E1093F. Grayscale: #AFAFAF. Windows color (decimal): -14747968 or 12645918. OLE color: 12645918.

HSL color Cylindrical-coordinate representation of color #1EF6C0: hue angle of 165º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF6C0 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 30 246 192 -
CMYK 0.88 0 0.22 0.04
HSL 165º 0.92% 0.54% -
HSV(B) 165º 0.88% 0.96% -
XYZ 43.01 69.99 61.11 -
YUV 175.26 137.44 24.39 -
System Red Green Blue C M Y K H S L
Decimal 30 246 192 0.88 0 0.22 0.04 165 0.92 0.54
Hex 1E F6 C0 58 0 16 4 A5 5C 36
Octal 36 366 300 130 0 26 4 245 134 66
Binary 11110 11110110 11000000 1011000 0 10110 100 10100101 1011100 110110

Color Harmonies of #1EF6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF6C0

Black with #1EF6C0

Text Example


Text Example

White with #1EF6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,246,192); }

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

background-color css

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

 a { background-color: rgb(30,246,192); }

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

border-color css

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

 span { border-color: rgb(30,246,192); }

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