Html Css Color HEX #1EFDD9 Bright Turquoise

📋 copy color: '#1EFDD9'

red 30 ◦ green 253 ◦ blue 217

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

Shades of Bright Turquoise #1EFDD9

Tints of Bright Turquoise #1EFDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.4%

R = 6%
G = 50.6%
B = 43.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#1EFDD9 (or 0x1EFDD9) is known color: Bright Turquoise. HEX triplet: 1E, FD and D9. RGB value is (30,253,217). Sum of RGB (Red+Green+Blue) = 30+253+217=500 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFDD9 is #E10226. Grayscale: #B6B6B6. Windows color (decimal): -14746151 or 14286110. OLE color: 14286110.

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

Color convert

RGB 30 253 217 -
CMYK 0.88 0 0.14 0.01
HSL 170.31º 0.98% 0.55% -
HSV(B) 170.31º 0.88% 0.99% -
XYZ 48.19 75.54 77.69 -
YUV 182.22 147.62 19.43 -
System Red Green Blue C M Y K H S L
Decimal 30 253 217 0.88 0 0.14 0.01 170.31 0.98 0.55
Hex 1E FD D9 58 0 E 1 AA 62 37
Octal 36 375 331 130 0 16 1 252 142 67
Binary 11110 11111101 11011001 1011000 0 1110 1 10101010 1100010 110111

Color Harmonies of #1EFDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFDD9

Black with #1EFDD9

Text Example


Text Example

White with #1EFDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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