Html Css Color HEX #1EEFE4 Bright Turquoise

📋 copy color: '#1EEFE4'

red 30 ◦ green 239 ◦ blue 228

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

Shades of Bright Turquoise #1EEFE4

Tints of Bright Turquoise #1EEFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.88%

R = 6.04%
G = 48.09%
B = 45.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#1EEFE4 (or 0x1EEFE4) is known color: Bright Turquoise. HEX triplet: 1E, EF and E4. RGB value is (30,239,228). Sum of RGB (Red+Green+Blue) = 30+239+228=497 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.04% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFE4 is #E1101B. Grayscale: #AFAFAF. Windows color (decimal): -14749724 or 15003422. OLE color: 15003422.

HSL color Cylindrical-coordinate representation of color #1EEFE4: hue angle of 176.84º 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 #1EEFE4 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 239 228 -
CMYK 0.87 0 0.05 0.06
HSL 176.84º 0.87% 0.53% -
HSV(B) 176.84º 0.87% 0.94% -
XYZ 45.41 67.61 84.06 -
YUV 175.26 157.76 24.39 -
System Red Green Blue C M Y K H S L
Decimal 30 239 228 0.87 0 0.05 0.06 176.84 0.87 0.53
Hex 1E EF E4 57 0 5 6 B1 57 35
Octal 36 357 344 127 0 5 6 261 127 65
Binary 11110 11101111 11100100 1010111 0 101 110 10110001 1010111 110101

Color Harmonies of #1EEFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEFE4

Black with #1EEFE4

Text Example


Text Example

White with #1EEFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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