Html Css Color HEX #1EF6DE Bright Turquoise

📋 copy color: '#1EF6DE'

red 30 ◦ green 246 ◦ blue 222

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

Shades of Bright Turquoise #1EF6DE

Tints of Bright Turquoise #1EF6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 6.02%
G = 49.4%
B = 44.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#1EF6DE (or 0x1EF6DE) is known color: Bright Turquoise. HEX triplet: 1E, F6 and DE. RGB value is (30,246,222). Sum of RGB (Red+Green+Blue) = 30+246+222=498 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.02% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF6DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF6DE is #E10921. Grayscale: #B2B2B2. Windows color (decimal): -14747938 or 14611998. OLE color: 14611998.

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

Color convert

RGB 30 246 222 -
CMYK 0.88 0 0.10 0.04
HSL 173.33º 0.92% 0.54% -
HSV(B) 173.33º 0.88% 0.96% -
XYZ 46.68 71.46 80.44 -
YUV 178.68 152.44 21.95 -
System Red Green Blue C M Y K H S L
Decimal 30 246 222 0.88 0 0.10 0.04 173.33 0.92 0.54
Hex 1E F6 DE 58 0 A 4 AD 5C 36
Octal 36 366 336 130 0 12 4 255 134 66
Binary 11110 11110110 11011110 1011000 0 1010 100 10101101 1011100 110110

Color Harmonies of #1EF6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF6DE

Black with #1EF6DE

Text Example


Text Example

White with #1EF6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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