Html Css Color HEX #1EEFE9 Bright Turquoise

📋 copy color: '#1EEFE9'

red 30 ◦ green 239 ◦ blue 233

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

Shades of Bright Turquoise #1EEFE9

Tints of Bright Turquoise #1EEFE9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.61%

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 5.98%
G = 47.61%
B = 46.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#1EEFE9 (or 0x1EEFE9) is known color: Bright Turquoise. HEX triplet: 1E, EF and E9. RGB value is (30,239,233). Sum of RGB (Red+Green+Blue) = 30+239+233=502 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.98% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEFE9 is #E11016. Grayscale: #AFAFAF. Windows color (decimal): -14749719 or 15331102. OLE color: 15331102.

HSL color Cylindrical-coordinate representation of color #1EEFE9: hue angle of 178.28º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEFE9 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 239 233 -
CMYK 0.87 0 0.03 0.06
HSL 178.28º 0.87% 0.53% -
HSV(B) 178.28º 0.87% 0.94% -
XYZ 46.11 67.89 87.77 -
YUV 175.83 160.26 23.99 -
System Red Green Blue C M Y K H S L
Decimal 30 239 233 0.87 0 0.03 0.06 178.28 0.87 0.53
Hex 1E EF E9 57 0 3 6 B2 57 35
Octal 36 357 351 127 0 3 6 262 127 65
Binary 11110 11101111 11101001 1010111 0 11 110 10110010 1010111 110101

Color Harmonies of #1EEFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEFE9

Black with #1EEFE9

Text Example


Text Example

White with #1EEFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,239,233); }

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

background-color css

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

 a { background-color: rgb(30,239,233); }

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

border-color css

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

 span { border-color: rgb(30,239,233); }

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