Html Css Color HEX #1EE5BC Turquoise

📋 copy color: '#1EE5BC'

red 30 ◦ green 229 ◦ blue 188

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

Shades of Turquoise #1EE5BC

Tints of Turquoise #1EE5BC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.23%

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 6.71%
G = 51.23%
B = 42.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#1EE5BC (or 0x1EE5BC) is known color: Turquoise. HEX triplet: 1E, E5 and BC. RGB value is (30,229,188). Sum of RGB (Red+Green+Blue) = 30+229+188=447 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.71% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #1EE5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE5BC is #E11A43. Grayscale: #A4A4A4. Windows color (decimal): -14752324 or 12379422. OLE color: 12379422.

HSL color Cylindrical-coordinate representation of color #1EE5BC: hue angle of 167.64º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE5BC is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 30 229 188 -
CMYK 0.87 0 0.18 0.10
HSL 167.64º 0.79% 0.51% -
HSV(B) 167.64º 0.87% 0.9% -
XYZ 37.63 59.95 57.16 -
YUV 164.83 141.07 31.83 -
System Red Green Blue C M Y K H S L
Decimal 30 229 188 0.87 0 0.18 0.10 167.64 0.79 0.51
Hex 1E E5 BC 57 0 12 A A8 4F 33
Octal 36 345 274 127 0 22 12 250 117 63
Binary 11110 11100101 10111100 1010111 0 10010 1010 10101000 1001111 110011

Color Harmonies of #1EE5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE5BC

Black with #1EE5BC

Text Example


Text Example

White with #1EE5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,229,188); }

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

background-color css

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

 a { background-color: rgb(30,229,188); }

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

border-color css

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

 span { border-color: rgb(30,229,188); }

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