Html Css Color HEX #1ED9D2 Bright Turquoise

📋 copy color: '#1ED9D2'

red 30 ◦ green 217 ◦ blue 210

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

Shades of Bright Turquoise #1ED9D2

Tints of Bright Turquoise #1ED9D2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.48%

 BLUE value IS 210 (82.42% from 255) = 45.95%

R = 6.56%
G = 47.48%
B = 45.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#1ED9D2 (or 0x1ED9D2) is known color: Bright Turquoise. HEX triplet: 1E, D9 and D2. RGB value is (30,217,210). Sum of RGB (Red+Green+Blue) = 30+217+210=457 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.56% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED9D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED9D2 is #E1262D. Grayscale: #A0A0A0. Windows color (decimal): -14755374 or 13818142. OLE color: 13818142.

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

Color convert

RGB 30 217 210 -
CMYK 0.86 0 0.03 0.15
HSL 177.75º 0.76% 0.48% -
HSV(B) 177.75º 0.86% 0.85% -
XYZ 36.98 54.55 69.55 -
YUV 160.29 156.05 35.07 -
System Red Green Blue C M Y K H S L
Decimal 30 217 210 0.86 0 0.03 0.15 177.75 0.76 0.48
Hex 1E D9 D2 56 0 3 F B2 4C 30
Octal 36 331 322 126 0 3 17 262 114 60
Binary 11110 11011001 11010010 1010110 0 11 1111 10110010 1001100 110000

Color Harmonies of #1ED9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED9D2

Black with #1ED9D2

Text Example


Text Example

White with #1ED9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,217,210); }

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

background-color css

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

 a { background-color: rgb(30,217,210); }

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

border-color css

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

 span { border-color: rgb(30,217,210); }

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