Html Css Color HEX #1EEFE7 Bright Turquoise

📋 copy color: '#1EEFE7'

red 30 ◦ green 239 ◦ blue 231

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

Shades of Bright Turquoise #1EEFE7

Tints of Bright Turquoise #1EEFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.2%

R = 6%
G = 47.8%
B = 46.2%

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

#1EEFE7 (or 0x1EEFE7) is known color: Bright Turquoise. HEX triplet: 1E, EF and E7. RGB value is (30,239,231). Sum of RGB (Red+Green+Blue) = 30+239+231=500 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEFE7 is #E11018. Grayscale: #AFAFAF. Windows color (decimal): -14749721 or 15200030. OLE color: 15200030.

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

Color convert

RGB 30 239 231 -
CMYK 0.87 0 0.03 0.06
HSL 177.7º 0.87% 0.53% -
HSV(B) 177.7º 0.87% 0.94% -
XYZ 45.83 67.78 86.27 -
YUV 175.6 159.26 24.15 -
System Red Green Blue C M Y K H S L
Decimal 30 239 231 0.87 0 0.03 0.06 177.7 0.87 0.53
Hex 1E EF E7 57 0 3 6 B2 57 35
Octal 36 357 347 127 0 3 6 262 127 65
Binary 11110 11101111 11100111 1010111 0 11 110 10110010 1010111 110101

Color Harmonies of #1EEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEFE7

Black with #1EEFE7

Text Example


Text Example

White with #1EEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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