Html Css Color HEX #1EDFBB Turquoise

📋 copy color: '#1EDFBB'

red 30 ◦ green 223 ◦ blue 187

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

Shades of Turquoise #1EDFBB

Tints of Turquoise #1EDFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.68%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 6.82%
G = 50.68%
B = 42.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#1EDFBB (or 0x1EDFBB) is known color: Turquoise. HEX triplet: 1E, DF and BB. RGB value is (30,223,187). Sum of RGB (Red+Green+Blue) = 30+223+187=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDFBB is #E12044. Grayscale: #A1A1A1. Windows color (decimal): -14753861 or 12312350. OLE color: 12312350.

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

Color convert

RGB 30 223 187 -
CMYK 0.87 0 0.16 0.13
HSL 168.81º 0.76% 0.5% -
HSV(B) 168.81º 0.87% 0.87% -
XYZ 35.89 56.64 56.05 -
YUV 161.19 142.56 34.43 -
System Red Green Blue C M Y K H S L
Decimal 30 223 187 0.87 0 0.16 0.13 168.81 0.76 0.5
Hex 1E DF BB 57 0 10 D A9 4C 32
Octal 36 337 273 127 0 20 15 251 114 62
Binary 11110 11011111 10111011 1010111 0 10000 1101 10101001 1001100 110010

Color Harmonies of #1EDFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDFBB

Black with #1EDFBB

Text Example


Text Example

White with #1EDFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,223,187); }

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

background-color css

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

 a { background-color: rgb(30,223,187); }

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

border-color css

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

 span { border-color: rgb(30,223,187); }

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