Html Css Color HEX #1EF7ED Bright Turquoise

📋 copy color: '#1EF7ED'

red 30 ◦ green 247 ◦ blue 237

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

Shades of Bright Turquoise #1EF7ED

Tints of Bright Turquoise #1EF7ED

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.05%

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 5.84%
G = 48.05%
B = 46.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#1EF7ED (or 0x1EF7ED) is known color: Bright Turquoise. HEX triplet: 1E, F7 and ED. RGB value is (30,247,237). Sum of RGB (Red+Green+Blue) = 30+247+237=514 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.84% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #1EF7ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF7ED is #E10812. Grayscale: #B4B4B4. Windows color (decimal): -14747667 or 15595294. OLE color: 15595294.

HSL color Cylindrical-coordinate representation of color #1EF7ED: hue angle of 177.24º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF7ED is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 30 247 237 -
CMYK 0.88 0 0.04 0.03
HSL 177.24º 0.93% 0.54% -
HSV(B) 177.24º 0.88% 0.97% -
XYZ 49.08 72.91 91.61 -
YUV 180.98 159.61 20.31 -
System Red Green Blue C M Y K H S L
Decimal 30 247 237 0.88 0 0.04 0.03 177.24 0.93 0.54
Hex 1E F7 ED 58 0 4 3 B1 5D 36
Octal 36 367 355 130 0 4 3 261 135 66
Binary 11110 11110111 11101101 1011000 0 100 11 10110001 1011101 110110

Color Harmonies of #1EF7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF7ED

Black with #1EF7ED

Text Example


Text Example

White with #1EF7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,247,237); }

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

background-color css

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

 a { background-color: rgb(30,247,237); }

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

border-color css

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

 span { border-color: rgb(30,247,237); }

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