Html Css Color HEX #1EFEDD Bright Turquoise

📋 copy color: '#1EFEDD'

red 30 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #1EFEDD

Tints of Bright Turquoise #1EFEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 5.94%
G = 50.3%
B = 43.76%

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

#1EFEDD (or 0x1EFEDD) is known color: Bright Turquoise. HEX triplet: 1E, FE and DD. RGB value is (30,254,221). Sum of RGB (Red+Green+Blue) = 30+254+221=505 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.94% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFEDD is #E10122. Grayscale: #B7B7B7. Windows color (decimal): -14745891 or 14548510. OLE color: 14548510.

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

Color convert

RGB 30 254 221 -
CMYK 0.88 0 0.13 0.00
HSL 171.16º 0.99% 0.56% -
HSV(B) 171.16º 0.88% 1% -
XYZ 49.03 76.38 80.57 -
YUV 183.26 149.29 18.68 -
System Red Green Blue C M Y K H S L
Decimal 30 254 221 0.88 0 0.13 0.00 171.16 0.99 0.56
Hex 1E FE DD 58 0 D 0 AB 63 38
Octal 36 376 335 130 0 15 0 253 143 70
Binary 11110 11111110 11011101 1011000 0 1101 0 10101011 1100011 111000

Color Harmonies of #1EFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFEDD

Black with #1EFEDD

Text Example


Text Example

White with #1EFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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