Html Css Color HEX #1ED8DA Bright Turquoise

📋 copy color: '#1ED8DA'

red 30 ◦ green 216 ◦ blue 218

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

Shades of Bright Turquoise #1ED8DA

Tints of Bright Turquoise #1ED8DA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.55%

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

R = 6.47%
G = 46.55%
B = 46.98%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1ED8DA (or 0x1ED8DA) is known color: Bright Turquoise. HEX triplet: 1E, D8 and DA. RGB value is (30,216,218). Sum of RGB (Red+Green+Blue) = 30+216+218=464 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.47% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ED8DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED8DA is #E12725. Grayscale: #A0A0A0. Windows color (decimal): -14755622 or 14342174. OLE color: 14342174.

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

Color convert

RGB 30 216 218 -
CMYK 0.86 0.01 0 0.15
HSL 180.64º 0.76% 0.49% -
HSV(B) 180.64º 0.86% 0.85% -
XYZ 37.75 54.45 74.85 -
YUV 160.61 160.38 34.84 -
System Red Green Blue C M Y K H S L
Decimal 30 216 218 0.86 0.01 0 0.15 180.64 0.76 0.49
Hex 1E D8 DA 56 1 0 F B5 4C 31
Octal 36 330 332 126 1 0 17 265 114 61
Binary 11110 11011000 11011010 1010110 1 0 1111 10110101 1001100 110001

Color Harmonies of #1ED8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED8DA

Black with #1ED8DA

Text Example


Text Example

White with #1ED8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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