Html Css Color HEX #1EDCCB Bright Turquoise

📋 copy color: '#1EDCCB'

red 30 ◦ green 220 ◦ blue 203

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

Shades of Bright Turquoise #1EDCCB

Tints of Bright Turquoise #1EDCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.57%

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

R = 6.62%
G = 48.57%
B = 44.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#1EDCCB (or 0x1EDCCB) is known color: Bright Turquoise. HEX triplet: 1E, DC and CB. RGB value is (30,220,203). Sum of RGB (Red+Green+Blue) = 30+220+203=453 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.62% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDCCB is #E12334. Grayscale: #A1A1A1. Windows color (decimal): -14754613 or 13360158. OLE color: 13360158.

HSL color Cylindrical-coordinate representation of color #1EDCCB: hue angle of 174.63º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDCCB is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 220 203 -
CMYK 0.86 0 0.08 0.14
HSL 174.63º 0.76% 0.49% -
HSV(B) 174.63º 0.86% 0.86% -
XYZ 36.91 55.77 65.32 -
YUV 161.25 151.55 34.38 -
System Red Green Blue C M Y K H S L
Decimal 30 220 203 0.86 0 0.08 0.14 174.63 0.76 0.49
Hex 1E DC CB 56 0 8 E AF 4C 31
Octal 36 334 313 126 0 10 16 257 114 61
Binary 11110 11011100 11001011 1010110 0 1000 1110 10101111 1001100 110001

Color Harmonies of #1EDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDCCB

Black with #1EDCCB

Text Example


Text Example

White with #1EDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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