#1ED9F7

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

Shades of Bright Turquoise #1ED9F7

Tints of Bright Turquoise #1ED9F7

Color information

#1ED9F7 (or 0x1ED9F7) is unknown color: approx Bright Turquoise. HEX triplet: 1E, D9 and F7. RGB value is (30,217,247). Sum of RGB (Red+Green+Blue) = 30+217+247=494 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.07% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #1ED9F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED9F7 is #E12608. Grayscale: #A4A4A4. Windows color (decimal): -14755337 or 16242974. OLE color: 16242974.

HSL color Cylindrical-coordinate representation of color #1ED9F7: hue angle of 188.29º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED9F7 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB30217247-
CMYK0.880.1200.03
HSL188.29º93.13%54.31%-
HSV(B)188.29º87.85%96.86%-
XYZ42.1456.6296.7-
YUV164.51174.5532.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.07%
GREEN value IS 217 (85.16% from 255) = 43.93%
BLUE value IS 247 (96.88% from 255) = 50%
R=6.07%
G=43.93%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal302172470.880.1200.03188.2993.1354.31
Hex1ED9F758C03bc5d36
Octal36331367130140327413566
Binary11110110110011111011110110001100011101111001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,217,247); }

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

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

 a { background-color: rgb(30,217,247); }

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

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

 span { border-color: rgb(30,217,247); }

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