Html Css Color HEX #1EDCC9 Bright Turquoise

📋 copy color: '#1EDCC9'

red 30 ◦ green 220 ◦ blue 201

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

Shades of Bright Turquoise #1EDCC9

Tints of Bright Turquoise #1EDCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.78%

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 6.65%
G = 48.78%
B = 44.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#1EDCC9 (or 0x1EDCC9) is known color: Bright Turquoise. HEX triplet: 1E, DC and C9. RGB value is (30,220,201). Sum of RGB (Red+Green+Blue) = 30+220+201=451 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.65% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDCC9 is #E12336. Grayscale: #A0A0A0. Windows color (decimal): -14754615 or 13229086. OLE color: 13229086.

HSL color Cylindrical-coordinate representation of color #1EDCC9: hue angle of 174º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDCC9 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 220 201 -
CMYK 0.86 0 0.09 0.14
HSL 174º 0.76% 0.49% -
HSV(B) 174º 0.86% 0.86% -
XYZ 36.67 55.68 64.07 -
YUV 161.02 150.55 34.54 -
System Red Green Blue C M Y K H S L
Decimal 30 220 201 0.86 0 0.09 0.14 174 0.76 0.49
Hex 1E DC C9 56 0 9 E AE 4C 31
Octal 36 334 311 126 0 11 16 256 114 61
Binary 11110 11011100 11001001 1010110 0 1001 1110 10101110 1001100 110001

Color Harmonies of #1EDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDCC9

Black with #1EDCC9

Text Example


Text Example

White with #1EDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,220,201); }

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

background-color css

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

 a { background-color: rgb(30,220,201); }

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

border-color css

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

 span { border-color: rgb(30,220,201); }

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