#1edfbe

Color #1EDFBE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #1EDFBE

Tints of Turquoise #1EDFBE

Color information

#1EDFBE (or 0x1EDFBE) is unknown color: approx Turquoise. HEX triplet: 1E, DF and BE. RGB value is (30,223,190). Sum of RGB (Red+Green+Blue) = 30+223+190=443 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.77% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDFBE is #E12041. Grayscale: #A1A1A1. Windows color (decimal): -14753858 or 12508958. OLE color: 12508958.

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

Color convert

RGB30223190-
CMYK0.8700.150.13
HSL169.74º76.28%49.61%-
HSV(B)169.74º86.55%87.45%-
XYZ36.2256.7757.76-
YUV161.53144.0634.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.77%
GREEN value IS 223 (87.5% from 255) = 50.34%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=6.77%
G=50.34%
B=42.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal302231900.8700.150.13169.7476.2849.61
Hex1EDFBE570FDaa4c32
Octal363372761270171525211462
Binary1111011011111101111101010111011111101101010101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1edfbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1edfbe;
 }
 .AnyTagClassName
 {
   color: #1edfbe;
 }
</style>
background-color css

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

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

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

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

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

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