Html Css Color HEX #1EEFBD Turquoise

📋 copy color: '#1EEFBD'

red 30 ◦ green 239 ◦ blue 189

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

Shades of Turquoise #1EEFBD

Tints of Turquoise #1EEFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.18%

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

R = 6.55%
G = 52.18%
B = 41.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#1EEFBD (or 0x1EEFBD) is known color: Turquoise. HEX triplet: 1E, EF and BD. RGB value is (30,239,189). Sum of RGB (Red+Green+Blue) = 30+239+189=458 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.55% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFBD is #E11042. Grayscale: #AAAAAA. Windows color (decimal): -14749763 or 12447518. OLE color: 12447518.

HSL color Cylindrical-coordinate representation of color #1EEFBD: hue angle of 165.65º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEFBD is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 239 189 -
CMYK 0.87 0 0.21 0.06
HSL 165.65º 0.87% 0.53% -
HSV(B) 165.65º 0.87% 0.94% -
XYZ 40.59 65.68 58.68 -
YUV 170.81 138.26 27.57 -
System Red Green Blue C M Y K H S L
Decimal 30 239 189 0.87 0 0.21 0.06 165.65 0.87 0.53
Hex 1E EF BD 57 0 15 6 A6 57 35
Octal 36 357 275 127 0 25 6 246 127 65
Binary 11110 11101111 10111101 1010111 0 10101 110 10100110 1010111 110101

Color Harmonies of #1EEFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEFBD

Black with #1EEFBD

Text Example


Text Example

White with #1EEFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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