Html Css Color HEX #1EECC5 Bright Turquoise

📋 copy color: '#1EECC5'

red 30 ◦ green 236 ◦ blue 197

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

Shades of Bright Turquoise #1EECC5

Tints of Bright Turquoise #1EECC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.55%

R = 6.48%
G = 50.97%
B = 42.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#1EECC5 (or 0x1EECC5) is known color: Bright Turquoise. HEX triplet: 1E, EC and C5. RGB value is (30,236,197). Sum of RGB (Red+Green+Blue) = 30+236+197=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #1EECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EECC5 is #E1133A. Grayscale: #A9A9A9. Windows color (decimal): -14750523 or 12971038. OLE color: 12971038.

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

Color convert

RGB 30 236 197 -
CMYK 0.87 0 0.17 0.07
HSL 168.64º 0.84% 0.52% -
HSV(B) 168.64º 0.87% 0.93% -
XYZ 40.61 64.3 63.09 -
YUV 169.96 143.25 28.17 -
System Red Green Blue C M Y K H S L
Decimal 30 236 197 0.87 0 0.17 0.07 168.64 0.84 0.52
Hex 1E EC C5 57 0 11 7 A9 54 34
Octal 36 354 305 127 0 21 7 251 124 64
Binary 11110 11101100 11000101 1010111 0 10001 111 10101001 1010100 110100

Color Harmonies of #1EECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EECC5

Black with #1EECC5

Text Example


Text Example

White with #1EECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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