Html Css Color HEX #1EFCC2 Bright Turquoise

📋 copy color: '#1EFCC2'

red 30 ◦ green 252 ◦ blue 194

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

Shades of Bright Turquoise #1EFCC2

Tints of Bright Turquoise #1EFCC2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.94%

 BLUE value IS 194 (76.17% from 255) = 40.76%

R = 6.3%
G = 52.94%
B = 40.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#1EFCC2 (or 0x1EFCC2) is known color: Bright Turquoise. HEX triplet: 1E, FC and C2. RGB value is (30,252,194). Sum of RGB (Red+Green+Blue) = 30+252+194=476 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.30% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFCC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFCC2 is #E1033D. Grayscale: #B3B3B3. Windows color (decimal): -14746430 or 12778526. OLE color: 12778526.

HSL color Cylindrical-coordinate representation of color #1EFCC2: hue angle of 164.32º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFCC2 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 252 194 -
CMYK 0.88 0 0.23 0.01
HSL 164.32º 0.97% 0.55% -
HSV(B) 164.32º 0.88% 0.99% -
XYZ 45.08 73.79 62.91 -
YUV 179.01 136.45 21.72 -
System Red Green Blue C M Y K H S L
Decimal 30 252 194 0.88 0 0.23 0.01 164.32 0.97 0.55
Hex 1E FC C2 58 0 17 1 A4 61 37
Octal 36 374 302 130 0 27 1 244 141 67
Binary 11110 11111100 11000010 1011000 0 10111 1 10100100 1100001 110111

Color Harmonies of #1EFCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFCC2

Black with #1EFCC2

Text Example


Text Example

White with #1EFCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,252,194); }

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

background-color css

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

 a { background-color: rgb(30,252,194); }

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

border-color css

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

 span { border-color: rgb(30,252,194); }

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