Html Css Color HEX #1EFEDC Bright Turquoise

📋 copy color: '#1EFEDC'

red 30 ◦ green 254 ◦ blue 220

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

Shades of Bright Turquoise #1EFEDC

Tints of Bright Turquoise #1EFEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.4%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 5.95%
G = 50.4%
B = 43.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#1EFEDC (or 0x1EFEDC) is known color: Bright Turquoise. HEX triplet: 1E, FE and DC. RGB value is (30,254,220). Sum of RGB (Red+Green+Blue) = 30+254+220=504 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.95% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFEDC is #E10123. Grayscale: #B7B7B7. Windows color (decimal): -14745892 or 14482974. OLE color: 14482974.

HSL color Cylindrical-coordinate representation of color #1EFEDC: hue angle of 170.89º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFEDC is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 30 254 220 -
CMYK 0.88 0 0.13 0.00
HSL 170.89º 0.99% 0.56% -
HSV(B) 170.89º 0.88% 1% -
XYZ 48.9 76.33 79.87 -
YUV 183.15 148.79 18.76 -
System Red Green Blue C M Y K H S L
Decimal 30 254 220 0.88 0 0.13 0.00 170.89 0.99 0.56
Hex 1E FE DC 58 0 D 0 AB 63 38
Octal 36 376 334 130 0 15 0 253 143 70
Binary 11110 11111110 11011100 1011000 0 1101 0 10101011 1100011 111000

Color Harmonies of #1EFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFEDC

Black with #1EFEDC

Text Example


Text Example

White with #1EFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,254,220); }

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

background-color css

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

 a { background-color: rgb(30,254,220); }

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

border-color css

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

 span { border-color: rgb(30,254,220); }

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