Html Css Color HEX #1ED1EF Bright Turquoise

📋 copy color: '#1ED1EF'

red 30 ◦ green 209 ◦ blue 239

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

Shades of Bright Turquoise #1ED1EF

Tints of Bright Turquoise #1ED1EF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.72%

 BLUE value IS 239 (93.75% from 255) = 50%

R = 6.28%
G = 43.72%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1ED1EF (or 0x1ED1EF) is known color: Bright Turquoise. HEX triplet: 1E, D1 and EF. RGB value is (30,209,239). Sum of RGB (Red+Green+Blue) = 30+209+239=478 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.28% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #1ED1EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED1EF is #E12E10. Grayscale: #9E9E9E. Windows color (decimal): -14757393 or 15716638. OLE color: 15716638.

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

Color convert

RGB 30 209 239 -
CMYK 0.87 0.13 0 0.06
HSL 188.61º 0.87% 0.53% -
HSV(B) 188.61º 0.87% 0.94% -
XYZ 38.92 52.11 89.67 -
YUV 158.9 173.2 36.06 -
System Red Green Blue C M Y K H S L
Decimal 30 209 239 0.87 0.13 0 0.06 188.61 0.87 0.53
Hex 1E D1 EF 57 D 0 6 BD 57 35
Octal 36 321 357 127 15 0 6 275 127 65
Binary 11110 11010001 11101111 1010111 1101 0 110 10111101 1010111 110101

Color Harmonies of #1ED1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED1EF

Black with #1ED1EF

Text Example


Text Example

White with #1ED1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,209,239); }

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

background-color css

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

 a { background-color: rgb(30,209,239); }

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

border-color css

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

 span { border-color: rgb(30,209,239); }

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