Html Css Color HEX #1ED9CB Bright Turquoise

📋 copy color: '#1ED9CB'

red 30 ◦ green 217 ◦ blue 203

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

Shades of Bright Turquoise #1ED9CB

Tints of Bright Turquoise #1ED9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 6.67%
G = 48.22%
B = 45.11%

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

#1ED9CB (or 0x1ED9CB) is known color: Bright Turquoise. HEX triplet: 1E, D9 and CB. RGB value is (30,217,203). Sum of RGB (Red+Green+Blue) = 30+217+203=450 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.67% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED9CB is #E12634. Grayscale: #9F9F9F. Windows color (decimal): -14755381 or 13359390. OLE color: 13359390.

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

Color convert

RGB 30 217 203 -
CMYK 0.86 0 0.06 0.15
HSL 175.51º 0.76% 0.48% -
HSV(B) 175.51º 0.86% 0.85% -
XYZ 36.13 54.21 65.06 -
YUV 159.49 152.55 35.64 -
System Red Green Blue C M Y K H S L
Decimal 30 217 203 0.86 0 0.06 0.15 175.51 0.76 0.48
Hex 1E D9 CB 56 0 6 F B0 4C 30
Octal 36 331 313 126 0 6 17 260 114 60
Binary 11110 11011001 11001011 1010110 0 110 1111 10110000 1001100 110000

Color Harmonies of #1ED9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED9CB

Black with #1ED9CB

Text Example


Text Example

White with #1ED9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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