Html Css Color HEX #1EE4BF Turquoise

📋 copy color: '#1EE4BF'

red 30 ◦ green 228 ◦ blue 191

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

Shades of Turquoise #1EE4BF

Tints of Turquoise #1EE4BF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.78%

 BLUE value IS 191 (75% from 255) = 42.54%

R = 6.68%
G = 50.78%
B = 42.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#1EE4BF (or 0x1EE4BF) is known color: Turquoise. HEX triplet: 1E, E4 and BF. RGB value is (30,228,191). Sum of RGB (Red+Green+Blue) = 30+228+191=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #1EE4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE4BF is #E11B40. Grayscale: #A4A4A4. Windows color (decimal): -14752577 or 12575774. OLE color: 12575774.

HSL color Cylindrical-coordinate representation of color #1EE4BF: hue angle of 168.79º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE4BF is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 30 228 191 -
CMYK 0.87 0 0.16 0.11
HSL 168.79º 0.79% 0.51% -
HSV(B) 168.79º 0.87% 0.89% -
XYZ 37.68 59.52 58.79 -
YUV 164.58 142.9 32.01 -
System Red Green Blue C M Y K H S L
Decimal 30 228 191 0.87 0 0.16 0.11 168.79 0.79 0.51
Hex 1E E4 BF 57 0 10 B A9 4F 33
Octal 36 344 277 127 0 20 13 251 117 63
Binary 11110 11100100 10111111 1010111 0 10000 1011 10101001 1001111 110011

Color Harmonies of #1EE4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE4BF

Black with #1EE4BF

Text Example


Text Example

White with #1EE4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,228,191); }

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

background-color css

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

 a { background-color: rgb(30,228,191); }

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

border-color css

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

 span { border-color: rgb(30,228,191); }

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