Html Css Color HEX #1EE1BB Turquoise

📋 copy color: '#1EE1BB'

red 30 ◦ green 225 ◦ blue 187

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

Shades of Turquoise #1EE1BB

Tints of Turquoise #1EE1BB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.9%

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 6.79%
G = 50.9%
B = 42.31%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#1EE1BB (or 0x1EE1BB) is known color: Turquoise. HEX triplet: 1E, E1 and BB. RGB value is (30,225,187). Sum of RGB (Red+Green+Blue) = 30+225+187=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE1BB is #E11E44. Grayscale: #A2A2A2. Windows color (decimal): -14753349 or 12312862. OLE color: 12312862.

HSL color Cylindrical-coordinate representation of color #1EE1BB: hue angle of 168.31º 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 #1EE1BB is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 30 225 187 -
CMYK 0.87 0 0.17 0.12
HSL 168.31º 0.76% 0.5% -
HSV(B) 168.31º 0.87% 0.88% -
XYZ 36.43 57.71 56.23 -
YUV 162.36 141.9 33.59 -
System Red Green Blue C M Y K H S L
Decimal 30 225 187 0.87 0 0.17 0.12 168.31 0.76 0.5
Hex 1E E1 BB 57 0 11 C A8 4C 32
Octal 36 341 273 127 0 21 14 250 114 62
Binary 11110 11100001 10111011 1010111 0 10001 1100 10101000 1001100 110010

Color Harmonies of #1EE1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE1BB

Black with #1EE1BB

Text Example


Text Example

White with #1EE1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,225,187); }

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

background-color css

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

 a { background-color: rgb(30,225,187); }

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

border-color css

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

 span { border-color: rgb(30,225,187); }

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