Html Css Color HEX #1EE0B8 Turquoise

📋 copy color: '#1EE0B8'

red 30 ◦ green 224 ◦ blue 184

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

Shades of Turquoise #1EE0B8

Tints of Turquoise #1EE0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.01%

R = 6.85%
G = 51.14%
B = 42.01%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#1EE0B8 (or 0x1EE0B8) is known color: Turquoise. HEX triplet: 1E, E0 and B8. RGB value is (30,224,184). Sum of RGB (Red+Green+Blue) = 30+224+184=438 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.85% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE0B8 is #E11F47. Grayscale: #A1A1A1. Windows color (decimal): -14753608 or 12115998. OLE color: 12115998.

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

Color convert

RGB 30 224 184 -
CMYK 0.87 0 0.18 0.12
HSL 167.63º 0.76% 0.5% -
HSV(B) 167.63º 0.87% 0.88% -
XYZ 35.84 57.05 54.47 -
YUV 161.43 140.73 34.25 -
System Red Green Blue C M Y K H S L
Decimal 30 224 184 0.87 0 0.18 0.12 167.63 0.76 0.5
Hex 1E E0 B8 57 0 12 C A8 4C 32
Octal 36 340 270 127 0 22 14 250 114 62
Binary 11110 11100000 10111000 1010111 0 10010 1100 10101000 1001100 110010

Color Harmonies of #1EE0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE0B8

Black with #1EE0B8

Text Example


Text Example

White with #1EE0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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