Html Css Color HEX #1EDEBE Turquoise

📋 copy color: '#1EDEBE'

red 30 ◦ green 222 ◦ blue 190

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

Shades of Turquoise #1EDEBE

Tints of Turquoise #1EDEBE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.23%

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 6.79%
G = 50.23%
B = 42.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#1EDEBE (or 0x1EDEBE) is known color: Turquoise. HEX triplet: 1E, DE and BE. RGB value is (30,222,190). Sum of RGB (Red+Green+Blue) = 30+222+190=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDEBE is #E12141. Grayscale: #A0A0A0. Windows color (decimal): -14754114 or 12508702. OLE color: 12508702.

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

Color convert

RGB 30 222 190 -
CMYK 0.86 0 0.14 0.13
HSL 170º 0.76% 0.49% -
HSV(B) 170º 0.86% 0.87% -
XYZ 35.95 56.24 57.68 -
YUV 160.94 144.39 34.6 -
System Red Green Blue C M Y K H S L
Decimal 30 222 190 0.86 0 0.14 0.13 170 0.76 0.49
Hex 1E DE BE 56 0 E D AA 4C 31
Octal 36 336 276 126 0 16 15 252 114 61
Binary 11110 11011110 10111110 1010110 0 1110 1101 10101010 1001100 110001

Color Harmonies of #1EDEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDEBE

Black with #1EDEBE

Text Example


Text Example

White with #1EDEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,222,190); }

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

background-color css

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

 a { background-color: rgb(30,222,190); }

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

border-color css

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

 span { border-color: rgb(30,222,190); }

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