Html Css Color HEX #1EEFBC Turquoise

📋 copy color: '#1EEFBC'

red 30 ◦ green 239 ◦ blue 188

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

Shades of Turquoise #1EEFBC

Tints of Turquoise #1EEFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 6.56%
G = 52.3%
B = 41.14%

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

#1EEFBC (or 0x1EEFBC) is known color: Turquoise. HEX triplet: 1E, EF and BC. RGB value is (30,239,188). Sum of RGB (Red+Green+Blue) = 30+239+188=457 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.56% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFBC is #E11043. Grayscale: #AAAAAA. Windows color (decimal): -14749764 or 12381982. OLE color: 12381982.

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

Color convert

RGB 30 239 188 -
CMYK 0.87 0 0.21 0.06
HSL 165.36º 0.87% 0.53% -
HSV(B) 165.36º 0.87% 0.94% -
XYZ 40.48 65.64 58.11 -
YUV 170.7 137.76 27.65 -
System Red Green Blue C M Y K H S L
Decimal 30 239 188 0.87 0 0.21 0.06 165.36 0.87 0.53
Hex 1E EF BC 57 0 15 6 A5 57 35
Octal 36 357 274 127 0 25 6 245 127 65
Binary 11110 11101111 10111100 1010111 0 10101 110 10100101 1010111 110101

Color Harmonies of #1EEFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEFBC

Black with #1EEFBC

Text Example


Text Example

White with #1EEFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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