Html Css Color HEX #1EEDBA Turquoise

📋 copy color: '#1EEDBA'

red 30 ◦ green 237 ◦ blue 186

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

Shades of Turquoise #1EEDBA

Tints of Turquoise #1EEDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.32%

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 6.62%
G = 52.32%
B = 41.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#1EEDBA (or 0x1EEDBA) is known color: Turquoise. HEX triplet: 1E, ED and BA. RGB value is (30,237,186). Sum of RGB (Red+Green+Blue) = 30+237+186=453 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.62% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #1EEDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEDBA is #E11245. Grayscale: #A9A9A9. Windows color (decimal): -14750278 or 12250398. OLE color: 12250398.

HSL color Cylindrical-coordinate representation of color #1EEDBA: hue angle of 165.22º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEDBA is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 237 186 -
CMYK 0.87 0 0.22 0.07
HSL 165.22º 0.85% 0.52% -
HSV(B) 165.22º 0.87% 0.93% -
XYZ 39.68 64.39 56.79 -
YUV 169.29 137.42 28.65 -
System Red Green Blue C M Y K H S L
Decimal 30 237 186 0.87 0 0.22 0.07 165.22 0.85 0.52
Hex 1E ED BA 57 0 16 7 A5 55 34
Octal 36 355 272 127 0 26 7 245 125 64
Binary 11110 11101101 10111010 1010111 0 10110 111 10100101 1010101 110100

Color Harmonies of #1EEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEDBA

Black with #1EEDBA

Text Example


Text Example

White with #1EEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,237,186); }

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

background-color css

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

 a { background-color: rgb(30,237,186); }

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

border-color css

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

 span { border-color: rgb(30,237,186); }

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