Html Css Color HEX #1EECBE Turquoise

📋 copy color: '#1EECBE'

red 30 ◦ green 236 ◦ blue 190

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

Shades of Turquoise #1EECBE

Tints of Turquoise #1EECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.75%

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 6.58%
G = 51.75%
B = 41.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#1EECBE (or 0x1EECBE) is known color: Turquoise. HEX triplet: 1E, EC and BE. RGB value is (30,236,190). Sum of RGB (Red+Green+Blue) = 30+236+190=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECBE is #E11341. Grayscale: #A9A9A9. Windows color (decimal): -14750530 or 12512286. OLE color: 12512286.

HSL color Cylindrical-coordinate representation of color #1EECBE: hue angle of 166.6º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EECBE is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 236 190 -
CMYK 0.87 0 0.19 0.07
HSL 166.6º 0.84% 0.52% -
HSV(B) 166.6º 0.87% 0.93% -
XYZ 39.83 63.98 58.97 -
YUV 169.16 139.75 28.74 -
System Red Green Blue C M Y K H S L
Decimal 30 236 190 0.87 0 0.19 0.07 166.6 0.84 0.52
Hex 1E EC BE 57 0 13 7 A7 54 34
Octal 36 354 276 127 0 23 7 247 124 64
Binary 11110 11101100 10111110 1010111 0 10011 111 10100111 1010100 110100

Color Harmonies of #1EECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EECBE

Black with #1EECBE

Text Example


Text Example

White with #1EECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,236,190); }

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

background-color css

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

 a { background-color: rgb(30,236,190); }

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

border-color css

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

 span { border-color: rgb(30,236,190); }

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