Html Css Color HEX #1ED4DA Bright Turquoise

📋 copy color: '#1ED4DA'

red 30 ◦ green 212 ◦ blue 218

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

Shades of Bright Turquoise #1ED4DA

Tints of Bright Turquoise #1ED4DA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.09%

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

R = 6.52%
G = 46.09%
B = 47.39%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1ED4DA (or 0x1ED4DA) is known color: Bright Turquoise. HEX triplet: 1E, D4 and DA. RGB value is (30,212,218). Sum of RGB (Red+Green+Blue) = 30+212+218=460 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.52% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ED4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED4DA is #E12B25. Grayscale: #9E9E9E. Windows color (decimal): -14756646 or 14341150. OLE color: 14341150.

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

Color convert

RGB 30 212 218 -
CMYK 0.86 0.03 0 0.15
HSL 181.91º 0.76% 0.49% -
HSV(B) 181.91º 0.86% 0.85% -
XYZ 36.73 52.42 74.51 -
YUV 158.27 161.7 36.51 -
System Red Green Blue C M Y K H S L
Decimal 30 212 218 0.86 0.03 0 0.15 181.91 0.76 0.49
Hex 1E D4 DA 56 3 0 F B6 4C 31
Octal 36 324 332 126 3 0 17 266 114 61
Binary 11110 11010100 11011010 1010110 11 0 1111 10110110 1001100 110001

Color Harmonies of #1ED4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED4DA

Black with #1ED4DA

Text Example


Text Example

White with #1ED4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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