Html Css Color HEX #1EFDC9 Bright Turquoise

📋 copy color: '#1EFDC9'

red 30 ◦ green 253 ◦ blue 201

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

Shades of Bright Turquoise #1EFDC9

Tints of Bright Turquoise #1EFDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.53%

R = 6.2%
G = 52.27%
B = 41.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#1EFDC9 (or 0x1EFDC9) is known color: Bright Turquoise. HEX triplet: 1E, FD and C9. RGB value is (30,253,201). Sum of RGB (Red+Green+Blue) = 30+253+201=484 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.20% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFDC9 is #E10236. Grayscale: #B4B4B4. Windows color (decimal): -14746167 or 13237534. OLE color: 13237534.

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

Color convert

RGB 30 253 201 -
CMYK 0.88 0 0.21 0.01
HSL 166.01º 0.98% 0.55% -
HSV(B) 166.01º 0.88% 0.99% -
XYZ 46.2 74.74 67.25 -
YUV 180.4 139.62 20.73 -
System Red Green Blue C M Y K H S L
Decimal 30 253 201 0.88 0 0.21 0.01 166.01 0.98 0.55
Hex 1E FD C9 58 0 15 1 A6 62 37
Octal 36 375 311 130 0 25 1 246 142 67
Binary 11110 11111101 11001001 1011000 0 10101 1 10100110 1100010 110111

Color Harmonies of #1EFDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFDC9

Black with #1EFDC9

Text Example


Text Example

White with #1EFDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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