Html Css Color HEX #1EEDBC Turquoise

📋 copy color: '#1EEDBC'

red 30 ◦ green 237 ◦ blue 188

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

Shades of Turquoise #1EEDBC

Tints of Turquoise #1EEDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 6.59%
G = 52.09%
B = 41.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#1EEDBC (or 0x1EEDBC) is known color: Turquoise. HEX triplet: 1E, ED and BC. RGB value is (30,237,188). Sum of RGB (Red+Green+Blue) = 30+237+188=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #1EEDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEDBC is #E11243. Grayscale: #A9A9A9. Windows color (decimal): -14750276 or 12381470. OLE color: 12381470.

HSL color Cylindrical-coordinate representation of color #1EEDBC: hue angle of 165.8º 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 #1EEDBC is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 237 188 -
CMYK 0.87 0 0.21 0.07
HSL 165.8º 0.85% 0.52% -
HSV(B) 165.8º 0.87% 0.93% -
XYZ 39.9 64.48 57.92 -
YUV 169.52 138.42 28.48 -
System Red Green Blue C M Y K H S L
Decimal 30 237 188 0.87 0 0.21 0.07 165.8 0.85 0.52
Hex 1E ED BC 57 0 15 7 A6 55 34
Octal 36 355 274 127 0 25 7 246 125 64
Binary 11110 11101101 10111100 1010111 0 10101 111 10100110 1010101 110100

Color Harmonies of #1EEDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEDBC

Black with #1EEDBC

Text Example


Text Example

White with #1EEDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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