Html Css Color HEX #1EE0BC Turquoise

📋 copy color: '#1EE0BC'

red 30 ◦ green 224 ◦ blue 188

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

Shades of Turquoise #1EE0BC

Tints of Turquoise #1EE0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.68%

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

R = 6.79%
G = 50.68%
B = 42.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#1EE0BC (or 0x1EE0BC) is known color: Turquoise. HEX triplet: 1E, E0 and BC. RGB value is (30,224,188). Sum of RGB (Red+Green+Blue) = 30+224+188=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE0BC is #E11F43. Grayscale: #A1A1A1. Windows color (decimal): -14753604 or 12378142. OLE color: 12378142.

HSL color Cylindrical-coordinate representation of color #1EE0BC: hue angle of 168.87º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE0BC is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 30 224 188 -
CMYK 0.87 0 0.16 0.12
HSL 168.87º 0.76% 0.5% -
HSV(B) 168.87º 0.87% 0.88% -
XYZ 36.27 57.22 56.71 -
YUV 161.89 142.73 33.93 -
System Red Green Blue C M Y K H S L
Decimal 30 224 188 0.87 0 0.16 0.12 168.87 0.76 0.5
Hex 1E E0 BC 57 0 10 C A9 4C 32
Octal 36 340 274 127 0 20 14 251 114 62
Binary 11110 11100000 10111100 1010111 0 10000 1100 10101001 1001100 110010

Color Harmonies of #1EE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE0BC

Black with #1EE0BC

Text Example


Text Example

White with #1EE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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