Html Css Color HEX #1ED9CC Bright Turquoise

📋 copy color: '#1ED9CC'

red 30 ◦ green 217 ◦ blue 204

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

Shades of Bright Turquoise #1ED9CC

Tints of Bright Turquoise #1ED9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 6.65%
G = 48.12%
B = 45.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#1ED9CC (or 0x1ED9CC) is known color: Bright Turquoise. HEX triplet: 1E, D9 and CC. RGB value is (30,217,204). Sum of RGB (Red+Green+Blue) = 30+217+204=451 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.65% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED9CC is #E12633. Grayscale: #9F9F9F. Windows color (decimal): -14755380 or 13424926. OLE color: 13424926.

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

Color convert

RGB 30 217 204 -
CMYK 0.86 0 0.06 0.15
HSL 175.83º 0.76% 0.48% -
HSV(B) 175.83º 0.86% 0.85% -
XYZ 36.25 54.26 65.69 -
YUV 159.61 153.05 35.56 -
System Red Green Blue C M Y K H S L
Decimal 30 217 204 0.86 0 0.06 0.15 175.83 0.76 0.48
Hex 1E D9 CC 56 0 6 F B0 4C 30
Octal 36 331 314 126 0 6 17 260 114 60
Binary 11110 11011001 11001100 1010110 0 110 1111 10110000 1001100 110000

Color Harmonies of #1ED9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED9CC

Black with #1ED9CC

Text Example


Text Example

White with #1ED9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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