Html Css Color HEX #1EECC2 Bright Turquoise

📋 copy color: '#1EECC2'

red 30 ◦ green 236 ◦ blue 194

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

Shades of Bright Turquoise #1EECC2

Tints of Bright Turquoise #1EECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.3%

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

R = 6.52%
G = 51.3%
B = 42.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#1EECC2 (or 0x1EECC2) is known color: Bright Turquoise. HEX triplet: 1E, EC and C2. RGB value is (30,236,194). Sum of RGB (Red+Green+Blue) = 30+236+194=460 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.52% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECC2 is #E1133D. Grayscale: #A9A9A9. Windows color (decimal): -14750526 or 12774430. OLE color: 12774430.

HSL color Cylindrical-coordinate representation of color #1EECC2: hue angle of 167.77º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EECC2 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 236 194 -
CMYK 0.87 0 0.18 0.07
HSL 167.77º 0.84% 0.52% -
HSV(B) 167.77º 0.87% 0.93% -
XYZ 40.27 64.16 61.3 -
YUV 169.62 141.75 28.42 -
System Red Green Blue C M Y K H S L
Decimal 30 236 194 0.87 0 0.18 0.07 167.77 0.84 0.52
Hex 1E EC C2 57 0 12 7 A8 54 34
Octal 36 354 302 127 0 22 7 250 124 64
Binary 11110 11101100 11000010 1010111 0 10010 111 10101000 1010100 110100

Color Harmonies of #1EECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EECC2

Black with #1EECC2

Text Example


Text Example

White with #1EECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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