Html Css Color HEX #1EEEC2 Bright Turquoise

📋 copy color: '#1EEEC2'

red 30 ◦ green 238 ◦ blue 194

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

Shades of Bright Turquoise #1EEEC2

Tints of Bright Turquoise #1EEEC2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.52%

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

R = 6.49%
G = 51.52%
B = 41.99%

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

#1EEEC2 (or 0x1EEEC2) is known color: Bright Turquoise. HEX triplet: 1E, EE and C2. RGB value is (30,238,194). Sum of RGB (Red+Green+Blue) = 30+238+194=462 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.49% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEEC2 is #E1113D. Grayscale: #AAAAAA. Windows color (decimal): -14750014 or 12774942. OLE color: 12774942.

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

Color convert

RGB 30 238 194 -
CMYK 0.87 0 0.18 0.07
HSL 167.31º 0.86% 0.53% -
HSV(B) 167.31º 0.87% 0.93% -
XYZ 40.85 65.32 61.49 -
YUV 170.79 141.09 27.58 -
System Red Green Blue C M Y K H S L
Decimal 30 238 194 0.87 0 0.18 0.07 167.31 0.86 0.53
Hex 1E EE C2 57 0 12 7 A7 56 35
Octal 36 356 302 127 0 22 7 247 126 65
Binary 11110 11101110 11000010 1010111 0 10010 111 10100111 1010110 110101

Color Harmonies of #1EEEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEEC2

Black with #1EEEC2

Text Example


Text Example

White with #1EEEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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