Html Css Color HEX #1ED3DA Bright Turquoise

📋 copy color: '#1ED3DA'

red 30 ◦ green 211 ◦ blue 218

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

Shades of Bright Turquoise #1ED3DA

Tints of Bright Turquoise #1ED3DA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.97%

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

R = 6.54%
G = 45.97%
B = 47.49%

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

#1ED3DA (or 0x1ED3DA) is known color: Bright Turquoise. HEX triplet: 1E, D3 and DA. RGB value is (30,211,218). Sum of RGB (Red+Green+Blue) = 30+211+218=459 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.54% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ED3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED3DA is #E12C25. Grayscale: #9D9D9D. Windows color (decimal): -14756902 or 14340894. OLE color: 14340894.

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

Color convert

RGB 30 211 218 -
CMYK 0.86 0.03 0 0.15
HSL 182.23º 0.76% 0.49% -
HSV(B) 182.23º 0.86% 0.85% -
XYZ 36.48 51.93 74.43 -
YUV 157.68 162.03 36.93 -
System Red Green Blue C M Y K H S L
Decimal 30 211 218 0.86 0.03 0 0.15 182.23 0.76 0.49
Hex 1E D3 DA 56 3 0 F B6 4C 31
Octal 36 323 332 126 3 0 17 266 114 61
Binary 11110 11010011 11011010 1010110 11 0 1111 10110110 1001100 110001

Color Harmonies of #1ED3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED3DA

Black with #1ED3DA

Text Example


Text Example

White with #1ED3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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