Html Css Color HEX #1EFECE Bright Turquoise

📋 copy color: '#1EFECE'

red 30 ◦ green 254 ◦ blue 206

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

Shades of Bright Turquoise #1EFECE

Tints of Bright Turquoise #1EFECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.84%

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

R = 6.12%
G = 51.84%
B = 42.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#1EFECE (or 0x1EFECE) is known color: Bright Turquoise. HEX triplet: 1E, FE and CE. RGB value is (30,254,206). Sum of RGB (Red+Green+Blue) = 30+254+206=490 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.12% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFECE is #E10131. Grayscale: #B5B5B5. Windows color (decimal): -14745906 or 13565470. OLE color: 13565470.

HSL color Cylindrical-coordinate representation of color #1EFECE: hue angle of 167.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFECE is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 30 254 206 -
CMYK 0.88 0 0.19 0.00
HSL 167.14º 0.99% 0.56% -
HSV(B) 167.14º 0.88% 1% -
XYZ 47.12 75.62 70.5 -
YUV 181.55 141.79 19.9 -
System Red Green Blue C M Y K H S L
Decimal 30 254 206 0.88 0 0.19 0.00 167.14 0.99 0.56
Hex 1E FE CE 58 0 13 0 A7 63 38
Octal 36 376 316 130 0 23 0 247 143 70
Binary 11110 11111110 11001110 1011000 0 10011 0 10100111 1100011 111000

Color Harmonies of #1EFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFECE

Black with #1EFECE

Text Example


Text Example

White with #1EFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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