Html Css Color HEX #1EE7BD Turquoise

📋 copy color: '#1EE7BD'

red 30 ◦ green 231 ◦ blue 189

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

Shades of Turquoise #1EE7BD

Tints of Turquoise #1EE7BD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.33%

 BLUE value IS 189 (74.22% from 255) = 42%

R = 6.67%
G = 51.33%
B = 42%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#1EE7BD (or 0x1EE7BD) is known color: Turquoise. HEX triplet: 1E, E7 and BD. RGB value is (30,231,189). Sum of RGB (Red+Green+Blue) = 30+231+189=450 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.67% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #1EE7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE7BD is #E11842. Grayscale: #A6A6A6. Windows color (decimal): -14751811 or 12445470. OLE color: 12445470.

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

Color convert

RGB 30 231 189 -
CMYK 0.87 0 0.18 0.09
HSL 167.46º 0.81% 0.51% -
HSV(B) 167.46º 0.87% 0.91% -
XYZ 38.3 61.1 57.92 -
YUV 166.11 140.91 30.92 -
System Red Green Blue C M Y K H S L
Decimal 30 231 189 0.87 0 0.18 0.09 167.46 0.81 0.51
Hex 1E E7 BD 57 0 12 9 A7 51 33
Octal 36 347 275 127 0 22 11 247 121 63
Binary 11110 11100111 10111101 1010111 0 10010 1001 10100111 1010001 110011

Color Harmonies of #1EE7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE7BD

Black with #1EE7BD

Text Example


Text Example

White with #1EE7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,231,189); }

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

background-color css

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

 a { background-color: rgb(30,231,189); }

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

border-color css

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

 span { border-color: rgb(30,231,189); }

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