Html Css Color HEX #1EDCDA Bright Turquoise

📋 copy color: '#1EDCDA'

red 30 ◦ green 220 ◦ blue 218

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

Shades of Bright Turquoise #1EDCDA

Tints of Bright Turquoise #1EDCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 6.41%
G = 47.01%
B = 46.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#1EDCDA (or 0x1EDCDA) is known color: Bright Turquoise. HEX triplet: 1E, DC and DA. RGB value is (30,220,218). Sum of RGB (Red+Green+Blue) = 30+220+218=468 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.41% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDCDA is #E12325. Grayscale: #A2A2A2. Windows color (decimal): -14754598 or 14343198. OLE color: 14343198.

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

Color convert

RGB 30 220 218 -
CMYK 0.86 0 0.01 0.14
HSL 179.37º 0.76% 0.49% -
HSV(B) 179.37º 0.86% 0.86% -
XYZ 38.78 56.52 75.2 -
YUV 162.96 159.05 33.16 -
System Red Green Blue C M Y K H S L
Decimal 30 220 218 0.86 0 0.01 0.14 179.37 0.76 0.49
Hex 1E DC DA 56 0 1 E B3 4C 31
Octal 36 334 332 126 0 1 16 263 114 61
Binary 11110 11011100 11011010 1010110 0 1 1110 10110011 1001100 110001

Color Harmonies of #1EDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDCDA

Black with #1EDCDA

Text Example


Text Example

White with #1EDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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