Html Css Color HEX #1EFDD5 Bright Turquoise

📋 copy color: '#1EFDD5'

red 30 ◦ green 253 ◦ blue 213

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

Shades of Bright Turquoise #1EFDD5

Tints of Bright Turquoise #1EFDD5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.01%

 BLUE value IS 213 (83.59% from 255) = 42.94%

R = 6.05%
G = 51.01%
B = 42.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#1EFDD5 (or 0x1EFDD5) is known color: Bright Turquoise. HEX triplet: 1E, FD and D5. RGB value is (30,253,213). Sum of RGB (Red+Green+Blue) = 30+253+213=496 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.05% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFDD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFDD5 is #E1022A. Grayscale: #B5B5B5. Windows color (decimal): -14746155 or 14023966. OLE color: 14023966.

HSL color Cylindrical-coordinate representation of color #1EFDD5: hue angle of 169.24º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFDD5 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 253 213 -
CMYK 0.88 0 0.16 0.01
HSL 169.24º 0.98% 0.55% -
HSV(B) 169.24º 0.88% 0.99% -
XYZ 47.67 75.33 74.98 -
YUV 181.76 145.62 19.75 -
System Red Green Blue C M Y K H S L
Decimal 30 253 213 0.88 0 0.16 0.01 169.24 0.98 0.55
Hex 1E FD D5 58 0 10 1 A9 62 37
Octal 36 375 325 130 0 20 1 251 142 67
Binary 11110 11111101 11010101 1011000 0 10000 1 10101001 1100010 110111

Color Harmonies of #1EFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFDD5

Black with #1EFDD5

Text Example


Text Example

White with #1EFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,253,213); }

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

background-color css

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

 a { background-color: rgb(30,253,213); }

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

border-color css

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

 span { border-color: rgb(30,253,213); }

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