Html Css Color HEX #1EFACE Bright Turquoise

📋 copy color: '#1EFACE'

red 30 ◦ green 250 ◦ blue 206

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

Shades of Bright Turquoise #1EFACE

Tints of Bright Turquoise #1EFACE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.44%

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 6.17%
G = 51.44%
B = 42.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#1EFACE (or 0x1EFACE) is known color: Bright Turquoise. HEX triplet: 1E, FA and CE. RGB value is (30,250,206). Sum of RGB (Red+Green+Blue) = 30+250+206=486 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.17% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFACE is #E10531. Grayscale: #B3B3B3. Windows color (decimal): -14746930 or 13564446. OLE color: 13564446.

HSL color Cylindrical-coordinate representation of color #1EFACE: hue angle of 168º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFACE is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 250 206 -
CMYK 0.88 0 0.18 0.02
HSL 168º 0.96% 0.55% -
HSV(B) 168º 0.88% 0.98% -
XYZ 45.86 73.1 70.09 -
YUV 179.2 143.11 21.58 -
System Red Green Blue C M Y K H S L
Decimal 30 250 206 0.88 0 0.18 0.02 168 0.96 0.55
Hex 1E FA CE 58 0 12 2 A8 60 37
Octal 36 372 316 130 0 22 2 250 140 67
Binary 11110 11111010 11001110 1011000 0 10010 10 10101000 1100000 110111

Color Harmonies of #1EFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFACE

Black with #1EFACE

Text Example


Text Example

White with #1EFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,250,206); }

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

background-color css

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

 a { background-color: rgb(30,250,206); }

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

border-color css

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

 span { border-color: rgb(30,250,206); }

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