Html Css Color HEX #1EDCCE Bright Turquoise

📋 copy color: '#1EDCCE'

red 30 ◦ green 220 ◦ blue 206

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

Shades of Bright Turquoise #1EDCCE

Tints of Bright Turquoise #1EDCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 6.58%
G = 48.25%
B = 45.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#1EDCCE (or 0x1EDCCE) is known color: Bright Turquoise. HEX triplet: 1E, DC and CE. RGB value is (30,220,206). Sum of RGB (Red+Green+Blue) = 30+220+206=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDCCE is #E12331. Grayscale: #A1A1A1. Windows color (decimal): -14754610 or 13556766. OLE color: 13556766.

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

Color convert

RGB 30 220 206 -
CMYK 0.86 0 0.06 0.14
HSL 175.58º 0.76% 0.49% -
HSV(B) 175.58º 0.86% 0.86% -
XYZ 37.27 55.92 67.22 -
YUV 161.59 153.05 34.14 -
System Red Green Blue C M Y K H S L
Decimal 30 220 206 0.86 0 0.06 0.14 175.58 0.76 0.49
Hex 1E DC CE 56 0 6 E B0 4C 31
Octal 36 334 316 126 0 6 16 260 114 61
Binary 11110 11011100 11001110 1010110 0 110 1110 10110000 1001100 110001

Color Harmonies of #1EDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDCCE

Black with #1EDCCE

Text Example


Text Example

White with #1EDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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