Html Css Color HEX #11FECE Bright Turquoise

📋 copy color: '#11FECE'

red 17 ◦ green 254 ◦ blue 206

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

Shades of Bright Turquoise #11FECE

Tints of Bright Turquoise #11FECE

RGB

 RED value IS 17 (7.03% from 255) = 3.56%

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

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

R = 3.56%
G = 53.25%
B = 43.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#11FECE (or 0x11FECE) is known color: Bright Turquoise. HEX triplet: 11, FE and CE. RGB value is (17,254,206). Sum of RGB (Red+Green+Blue) = 17+254+206=477 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #11FECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FECE is #EE0131. Grayscale: #B1B1B1. Windows color (decimal): -15597874 or 13565457. OLE color: 13565457.

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

Color convert

RGB 17 254 206 -
CMYK 0.93 0 0.19 0.00
HSL 167.85º 0.99% 0.53% -
HSV(B) 167.85º 0.93% 1% -
XYZ 46.81 75.46 70.49 -
YUV 177.67 143.98 13.4 -
System Red Green Blue C M Y K H S L
Decimal 17 254 206 0.93 0 0.19 0.00 167.85 0.99 0.53
Hex 11 FE CE 5D 0 13 0 A8 63 35
Octal 21 376 316 135 0 23 0 250 143 65
Binary 10001 11111110 11001110 1011101 0 10011 0 10101000 1100011 110101

Color Harmonies of #11FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FECE

Black with #11FECE

Text Example


Text Example

White with #11FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11FECE; }

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

 H1.HeaderClassName
 {
   color: #11FECE;
 }
 .AnyTagClassName
 {
   color: #11FECE;
 }
</style>

background-color css

<style>
 a { background-color: #11FECE; }

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

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

border-color css

<style>
 span { border-color: #11FECE; }

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

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