Html Css Color HEX #1ED6DA Bright Turquoise

📋 copy color: '#1ED6DA'

red 30 ◦ green 214 ◦ blue 218

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

Shades of Bright Turquoise #1ED6DA

Tints of Bright Turquoise #1ED6DA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.32%

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

R = 6.49%
G = 46.32%
B = 47.19%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1ED6DA (or 0x1ED6DA) is known color: Bright Turquoise. HEX triplet: 1E, D6 and DA. RGB value is (30,214,218). Sum of RGB (Red+Green+Blue) = 30+214+218=462 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.49% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ED6DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED6DA is #E12925. Grayscale: #9F9F9F. Windows color (decimal): -14756134 or 14341662. OLE color: 14341662.

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

Color convert

RGB 30 214 218 -
CMYK 0.86 0.02 0 0.15
HSL 181.28º 0.76% 0.49% -
HSV(B) 181.28º 0.86% 0.85% -
XYZ 37.24 53.43 74.68 -
YUV 159.44 161.04 35.67 -
System Red Green Blue C M Y K H S L
Decimal 30 214 218 0.86 0.02 0 0.15 181.28 0.76 0.49
Hex 1E D6 DA 56 2 0 F B5 4C 31
Octal 36 326 332 126 2 0 17 265 114 61
Binary 11110 11010110 11011010 1010110 10 0 1111 10110101 1001100 110001

Color Harmonies of #1ED6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED6DA

Black with #1ED6DA

Text Example


Text Example

White with #1ED6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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