Html Css Color HEX #1EE9B9 Turquoise

📋 copy color: '#1EE9B9'

red 30 ◦ green 233 ◦ blue 185

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

Shades of Turquoise #1EE9B9

Tints of Turquoise #1EE9B9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.01%

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 6.7%
G = 52.01%
B = 41.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#1EE9B9 (or 0x1EE9B9) is known color: Turquoise. HEX triplet: 1E, E9 and B9. RGB value is (30,233,185). Sum of RGB (Red+Green+Blue) = 30+233+185=448 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.70% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE9B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE9B9 is #E11646. Grayscale: #A6A6A6. Windows color (decimal): -14751303 or 12183838. OLE color: 12183838.

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

Color convert

RGB 30 233 185 -
CMYK 0.87 0 0.21 0.09
HSL 165.81º 0.82% 0.52% -
HSV(B) 165.81º 0.87% 0.91% -
XYZ 38.43 62.06 55.85 -
YUV 166.83 138.25 30.4 -
System Red Green Blue C M Y K H S L
Decimal 30 233 185 0.87 0 0.21 0.09 165.81 0.82 0.52
Hex 1E E9 B9 57 0 15 9 A6 52 34
Octal 36 351 271 127 0 25 11 246 122 64
Binary 11110 11101001 10111001 1010111 0 10101 1001 10100110 1010010 110100

Color Harmonies of #1EE9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE9B9

Black with #1EE9B9

Text Example


Text Example

White with #1EE9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,233,185); }

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

background-color css

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

 a { background-color: rgb(30,233,185); }

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

border-color css

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

 span { border-color: rgb(30,233,185); }

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