Html Css Color HEX #1EECBC Turquoise

📋 copy color: '#1EECBC'

red 30 ◦ green 236 ◦ blue 188

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

Shades of Turquoise #1EECBC

Tints of Turquoise #1EECBC

RGB

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

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

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

R = 6.61%
G = 51.98%
B = 41.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#1EECBC (or 0x1EECBC) is known color: Turquoise. HEX triplet: 1E, EC and BC. RGB value is (30,236,188). Sum of RGB (Red+Green+Blue) = 30+236+188=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECBC is #E11343. Grayscale: #A8A8A8. Windows color (decimal): -14750532 or 12381214. OLE color: 12381214.

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

Color convert

RGB 30 236 188 -
CMYK 0.87 0 0.20 0.07
HSL 166.02º 0.84% 0.52% -
HSV(B) 166.02º 0.87% 0.93% -
XYZ 39.61 63.9 57.82 -
YUV 168.93 138.75 28.9 -
System Red Green Blue C M Y K H S L
Decimal 30 236 188 0.87 0 0.20 0.07 166.02 0.84 0.52
Hex 1E EC BC 57 0 14 7 A6 54 34
Octal 36 354 274 127 0 24 7 246 124 64
Binary 11110 11101100 10111100 1010111 0 10100 111 10100110 1010100 110100

Color Harmonies of #1EECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EECBC

Black with #1EECBC

Text Example


Text Example

White with #1EECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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